#C0DCCC

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

Shades of Aero Blue #C0DCCC

Tints of Aero Blue #C0DCCC

Color information

#C0DCCC (or 0xC0DCCC) is unknown color: approx Aero Blue. HEX triplet: C0, DC and CC. RGB value is (192,220,204). Sum of RGB (Red+Green+Blue) = 192+220+204=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCCC is #3F2333. Grayscale: #D1D1D1. Windows color (decimal): -4137780 or 13425856. OLE color: 13425856.

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

Color convert

RGB192220204-
CMYK0.1300.070.14
HSL145.71º28.57%80.78%-
HSV(B)145.71º12.73%86.27%-
XYZ58.2366.7566.94-
YUV209.8124.72115.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.17%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=31.17%
G=35.71%
B=33.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922202040.1300.070.14145.7128.5780.78
HexC0DCCCD07E921d51
Octal30033431415071622235121
Binary11000000110111001100110011010111111010010010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DCCC; }

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

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

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

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

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

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

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

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