#C0E0D0

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

Shades of Aero Blue #C0E0D0

Tints of Aero Blue #C0E0D0

Color information

#C0E0D0 (or 0xC0E0D0) is unknown color: approx Aero Blue. HEX triplet: C0, E0 and D0. RGB value is (192,224,208). Sum of RGB (Red+Green+Blue) = 192+224+208=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0D0 is #3F1F2F. Grayscale: #D4D4D4. Windows color (decimal): -4136752 or 13689024. OLE color: 13689024.

HSL color Cylindrical-coordinate representation of color #C0E0D0: hue angle of 150º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0E0D0 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB192224208-
CMYK0.1400.070.12
HSL150º34.04%81.57%-
HSV(B)150º14.29%87.84%-
XYZ59.7869.0769.86-
YUV212.61125.4113.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.77%
GREEN value IS 224 (87.89% from 255) = 35.90%
BLUE value IS 208 (81.64% from 255) = 33.33%
R=30.77%
G=35.90%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1922242080.1400.070.1215034.0481.57
HexC0E0D0E07C962252
Octal30034032016071422642122
Binary110000001110000011010000111001111100100101101000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E0D0; }

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

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

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

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

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

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

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

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