#C0DECC

Color #C0DECC Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #C0DECC

Tints of Aero Blue #C0DECC

Color information

#C0DECC (or 0xC0DECC) is unknown color: approx Aero Blue. HEX triplet: C0, DE and CC. RGB value is (192,222,204). Sum of RGB (Red+Green+Blue) = 192+222+204=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DECC is #3F2133. Grayscale: #D3D3D3. Windows color (decimal): -4137268 or 13426368. OLE color: 13426368.

HSL color Cylindrical-coordinate representation of color #C0DECC: hue angle of 144º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DECC is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB192222204-
CMYK0.1400.080.13
HSL144º31.25%81.18%-
HSV(B)144º13.51%87.06%-
XYZ58.7667.8167.12-
YUV210.98124.06114.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.07%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=31.07%
G=35.92%
B=33.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922222040.1400.080.1314431.2581.18
HexC0DECCE08D901f51
Octal300336314160101522037121
Binary110000001101111011001100111001000110110010000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DECC; }

 p { color: rgb(192,222,204); }

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

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

 a { background-color: rgb(192,222,204); }

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

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

 span { border-color: rgb(192,222,204); }

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