#2db0f7

Color #2DB0F7 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2DB0F7

Tints of Summer Sky #2DB0F7

Color information

#2DB0F7 (or 0x2DB0F7) is unknown color: approx Summer Sky. HEX triplet: 2D, B0 and F7. RGB value is (45,176,247). Sum of RGB (Red+Green+Blue) = 45+176+247=468 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.62% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #2DB0F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DB0F7 is #D24F08. Grayscale: #909090. Windows color (decimal): -13782793 or 16232493. OLE color: 16232493.

HSL color Cylindrical-coordinate representation of color #2DB0F7: hue angle of 201.09º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DB0F7 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB45176247-
CMYK0.820.2900.03
HSL201.09º92.66%57.25%-
HSV(B)201.09º81.78%96.86%-
XYZ33.438.3293.63-
YUV144.93185.656.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 9.62%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 247 (96.88% from 255) = 52.78%
R=9.62%
G=37.61%
B=52.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal451762470.820.2900.03201.0992.6657.25
Hex2DB0F7521D03c95d39
Octal55260367122350331113571
Binary1011011011000011110111101001011101011110010011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2db0f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2db0f7; }

 p { color: rgb(45,176,247); }

 H1.HeaderClassName
 {
   color: #2db0f7;
 }
 .AnyTagClassName
 {
   color: #2db0f7;
 }
</style>
background-color css

<style>
 a { background-color: #2db0f7; }

 a { background-color: rgb(45,176,247); }

 div.DivClassName
 {
   background-color: #2db0f7;
 }
 .BgClassName
 {
   background-color: #2db0f7;
 }
</style>
border-color css

<style>
 span { border-color: #2db0f7; }

 span { border-color: rgb(45,176,247); }

 td.TdClassName
 {
   border-color: #2db0f7;
 }
 .TagClassName
 {
   border-color: #2db0f7;
 }
</style>