#2D9EDC

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

Shades of Summer Sky #2D9EDC

Tints of Summer Sky #2D9EDC

Color information

#2D9EDC (or 0x2D9EDC) is unknown color: approx Summer Sky. HEX triplet: 2D, 9E and DC. RGB value is (45,158,220). Sum of RGB (Red+Green+Blue) = 45+158+220=423 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.64% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D9EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9EDC is #D26123. Grayscale: #828282. Windows color (decimal): -13787428 or 14458413. OLE color: 14458413.

HSL color Cylindrical-coordinate representation of color #2D9EDC: hue angle of 201.26º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D9EDC is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB45158220-
CMYK0.800.2800.14
HSL201.26º71.43%51.96%-
HSV(B)201.26º79.55%86.27%-
XYZ26.2330.1872.15-
YUV131.28178.0666.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.64%
GREEN value IS 158 (62.11% from 255) = 37.35%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=10.64%
G=37.35%
B=52.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal451582200.800.2800.14201.2671.4351.96
Hex2D9EDC501C0Ec94734
Octal552363341203401631110764
Binary101101100111101101110010100001110001110110010011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,158,220); }

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

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

 a { background-color: rgb(45,158,220); }

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

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

 span { border-color: rgb(45,158,220); }

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