#C0DACC

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

Shades of Aero Blue #C0DACC

Tints of Aero Blue #C0DACC

Color information

#C0DACC (or 0xC0DACC) is unknown color: approx Aero Blue. HEX triplet: C0, DA and CC. RGB value is (192,218,204). Sum of RGB (Red+Green+Blue) = 192+218+204=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DACC is #3F2533. Grayscale: #D0D0D0. Windows color (decimal): -4138292 or 13425344. OLE color: 13425344.

HSL color Cylindrical-coordinate representation of color #C0DACC: hue angle of 147.69º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0DACC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB192218204-
CMYK0.1200.060.15
HSL147.69º26%80.39%-
HSV(B)147.69º11.93%85.49%-
XYZ57.7165.7166.77-
YUV208.63125.39116.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.27%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 204 (80.08% from 255) = 33.22%
R=31.27%
G=35.50%
B=33.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922182040.1200.060.15147.692680.39
HexC0DACCC06F941a50
Octal30033231414061722432120
Binary11000000110110101100110011000110111110010100110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DACC; }

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

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

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

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

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

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

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

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