#C0E0D2

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

Shades of Aero Blue #C0E0D2

Tints of Aero Blue #C0E0D2

Color information

#C0E0D2 (or 0xC0E0D2) is unknown color: approx Aero Blue. HEX triplet: C0, E0 and D2. RGB value is (192,224,210). Sum of RGB (Red+Green+Blue) = 192+224+210=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0D2 is #3F1F2D. Grayscale: #D4D4D4. Windows color (decimal): -4136750 or 13820096. OLE color: 13820096.

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

Color convert

RGB192224210-
CMYK0.1400.060.12
HSL153.75º34.04%81.57%-
HSV(B)153.75º14.29%87.84%-
XYZ60.0369.1771.16-
YUV212.84126.4113.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.67%
GREEN value IS 224 (87.89% from 255) = 35.78%
BLUE value IS 210 (82.42% from 255) = 33.55%
R=30.67%
G=35.78%
B=33.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1922242100.1400.060.12153.7534.0481.57
HexC0E0D2E06C9a2252
Octal30034032216061423242122
Binary110000001110000011010010111001101100100110101000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E0D2; }

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

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

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

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

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

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

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

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