#C0DCCD

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

Shades of Aero Blue #C0DCCD

Tints of Aero Blue #C0DCCD

Color information

#C0DCCD (or 0xC0DCCD) is unknown color: approx Aero Blue. HEX triplet: C0, DC and CD. RGB value is (192,220,205). Sum of RGB (Red+Green+Blue) = 192+220+205=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCCD is #3F2332. Grayscale: #D1D1D1. Windows color (decimal): -4137779 or 13491392. OLE color: 13491392.

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

Color convert

RGB192220205-
CMYK0.1300.070.14
HSL147.86º28.57%80.78%-
HSV(B)147.86º12.73%86.27%-
XYZ58.3566.867.58-
YUV209.92125.22115.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.12%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=31.12%
G=35.66%
B=33.23%

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
Decimal1922202050.1300.070.14147.8628.5780.78
HexC0DCCDD07E941d51
Octal30033431515071622435121
Binary11000000110111001100110111010111111010010100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DCCD; }

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

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

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

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

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

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

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

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