#2C9ECD

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

Shades of Summer Sky #2C9ECD

Tints of Summer Sky #2C9ECD

Color information

#2C9ECD (or 0x2C9ECD) is unknown color: approx Summer Sky. HEX triplet: 2C, 9E and CD. RGB value is (44,158,205). Sum of RGB (Red+Green+Blue) = 44+158+205=407 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.81% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C9ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C9ECD is #D36132. Grayscale: #808080. Windows color (decimal): -13852979 or 13475372. OLE color: 13475372.

HSL color Cylindrical-coordinate representation of color #2C9ECD: hue angle of 197.52º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C9ECD is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB44158205-
CMYK0.790.2300.20
HSL197.52º64.66%48.82%-
HSV(B)197.52º78.54%80.39%-
XYZ24.2929.462.15-
YUV129.27170.7367.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.81%
GREEN value IS 158 (62.11% from 255) = 38.82%
BLUE value IS 205 (80.47% from 255) = 50.37%
R=10.81%
G=38.82%
B=50.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal441582050.790.2300.20197.5264.6648.82
Hex2C9ECD4F17014c64131
Octal542363151172702430610161
Binary1011001001111011001101100111110111010100110001101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,158,205); }

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

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

 a { background-color: rgb(44,158,205); }

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

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

 span { border-color: rgb(44,158,205); }

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