#2DB9F6

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

Shades of Summer Sky #2DB9F6

Tints of Summer Sky #2DB9F6

Color information

#2DB9F6 (or 0x2DB9F6) is unknown color: approx Summer Sky. HEX triplet: 2D, B9 and F6. RGB value is (45,185,246). Sum of RGB (Red+Green+Blue) = 45+185+246=476 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.45% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #2DB9F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB9F6 is #D24609. Grayscale: #959595. Windows color (decimal): -13780490 or 16169261. OLE color: 16169261.

HSL color Cylindrical-coordinate representation of color #2DB9F6: hue angle of 198.21º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DB9F6 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB45185246-
CMYK0.820.2500.04
HSL198.21º91.78%57.06%-
HSV(B)198.21º81.71%96.47%-
XYZ35.0741.9193.43-
YUV150.09182.1253.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.45%
GREEN value IS 185 (72.66% from 255) = 38.87%
BLUE value IS 246 (96.48% from 255) = 51.68%
R=9.45%
G=38.87%
B=51.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal451852460.820.2500.04198.2191.7857.06
Hex2DB9F6521904c65c39
Octal55271366122310430613471
Binary10110110111001111101101010010110010100110001101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,185,246); }

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

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

 a { background-color: rgb(45,185,246); }

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

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

 span { border-color: rgb(45,185,246); }

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