#2D9CDA

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

Shades of Summer Sky #2D9CDA

Tints of Summer Sky #2D9CDA

Color information

#2D9CDA (or 0x2D9CDA) is unknown color: approx Summer Sky. HEX triplet: 2D, 9C and DA. RGB value is (45,156,218). Sum of RGB (Red+Green+Blue) = 45+156+218=419 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.74% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D9CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9CDA is #D26325. Grayscale: #818181. Windows color (decimal): -13787942 or 14326829. OLE color: 14326829.

HSL color Cylindrical-coordinate representation of color #2D9CDA: hue angle of 201.5º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D9CDA is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB45156218-
CMYK0.790.2800.15
HSL201.5º70.04%51.57%-
HSV(B)201.5º79.36%85.49%-
XYZ25.6329.470.65-
YUV129.88177.7367.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.74%
GREEN value IS 156 (61.33% from 255) = 37.23%
BLUE value IS 218 (85.55% from 255) = 52.03%
R=10.74%
G=37.23%
B=52.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal451562180.790.2800.15201.570.0451.57
Hex2D9CDA4F1C0Fca4634
Octal552343321173401731210664
Binary101101100111001101101010011111110001111110010101000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,156,218); }

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

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

 a { background-color: rgb(45,156,218); }

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

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

 span { border-color: rgb(45,156,218); }

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