#C0DDCD

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

Shades of Aero Blue #C0DDCD

Tints of Aero Blue #C0DDCD

Color information

#C0DDCD (or 0xC0DDCD) is unknown color: approx Aero Blue. HEX triplet: C0, DD and CD. RGB value is (192,221,205). Sum of RGB (Red+Green+Blue) = 192+221+205=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDCD is #3F2232. Grayscale: #D2D2D2. Windows color (decimal): -4137523 or 13491648. OLE color: 13491648.

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

Color convert

RGB192221205-
CMYK0.1300.070.13
HSL146.9º29.9%80.98%-
HSV(B)146.9º13.12%86.67%-
XYZ58.6167.3367.66-
YUV210.5124.89114.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.07%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=31.07%
G=35.76%
B=33.17%

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
Decimal1922212050.1300.070.13146.929.980.98
HexC0DDCDD07D931e51
Octal30033531515071522336121
Binary11000000110111011100110111010111110110010011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDCD; }

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

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

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

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

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

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

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

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