#C0DDCE

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

Shades of Aero Blue #C0DDCE

Tints of Aero Blue #C0DDCE

Color information

#C0DDCE (or 0xC0DDCE) is unknown color: approx Aero Blue. HEX triplet: C0, DD and CE. RGB value is (192,221,206). Sum of RGB (Red+Green+Blue) = 192+221+206=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDCE is #3F2231. Grayscale: #D2D2D2. Windows color (decimal): -4137522 or 13557184. OLE color: 13557184.

HSL color Cylindrical-coordinate representation of color #C0DDCE: hue angle of 148.97º 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 #C0DDCE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB192221206-
CMYK0.1300.070.13
HSL148.97º29.9%80.98%-
HSV(B)148.97º13.12%86.67%-
XYZ58.7467.3868.3-
YUV210.62125.39114.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=31.02%
G=35.70%
B=33.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922212060.1300.070.13148.9729.980.98
HexC0DDCED07D951e51
Octal30033531615071522536121
Binary11000000110111011100111011010111110110010101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDCE; }

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

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

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

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

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

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

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

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