#C0DDD0

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

Shades of Aero Blue #C0DDD0

Tints of Aero Blue #C0DDD0

Color information

#C0DDD0 (or 0xC0DDD0) is unknown color: approx Aero Blue. HEX triplet: C0, DD and D0. RGB value is (192,221,208). Sum of RGB (Red+Green+Blue) = 192+221+208=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDD0 is #3F222F. Grayscale: #D2D2D2. Windows color (decimal): -4137520 or 13688256. OLE color: 13688256.

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

Color convert

RGB192221208-
CMYK0.1300.060.13
HSL153.1º29.9%80.98%-
HSV(B)153.1º13.12%86.67%-
XYZ58.9867.4769.59-
YUV210.85126.39114.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.92%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 208 (81.64% from 255) = 33.49%
R=30.92%
G=35.59%
B=33.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922212080.1300.060.13153.129.980.98
HexC0DDD0D06D991e51
Octal30033532015061523136121
Binary11000000110111011101000011010110110110011001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDD0; }

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

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

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

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

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

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

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

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