#C0DDCC

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

Shades of Aero Blue #C0DDCC

Tints of Aero Blue #C0DDCC

Color information

#C0DDCC (or 0xC0DDCC) is unknown color: approx Aero Blue. HEX triplet: C0, DD and CC. RGB value is (192,221,204). Sum of RGB (Red+Green+Blue) = 192+221+204=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDCC is #3F2233. Grayscale: #D2D2D2. Windows color (decimal): -4137524 or 13426112. OLE color: 13426112.

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

Color convert

RGB192221204-
CMYK0.1300.080.13
HSL144.83º29.9%80.98%-
HSV(B)144.83º13.12%86.67%-
XYZ58.4967.2867.03-
YUV210.39124.39114.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.12%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=31.12%
G=35.82%
B=33.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922212040.1300.080.13144.8329.980.98
HexC0DDCCD08D911e51
Octal300335314150101522136121
Binary110000001101110111001100110101000110110010001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDCC; }

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

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

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

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

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

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

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

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