#C0EAD4

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

Shades of Aero Blue #C0EAD4

Tints of Aero Blue #C0EAD4

Color information

#C0EAD4 (or 0xC0EAD4) is unknown color: approx Aero Blue. HEX triplet: C0, EA and D4. RGB value is (192,234,212). Sum of RGB (Red+Green+Blue) = 192+234+212=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EAD4 is #3F152B. Grayscale: #DADADA. Windows color (decimal): -4134188 or 13953728. OLE color: 13953728.

HSL color Cylindrical-coordinate representation of color #C0EAD4: hue angle of 148.57º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EAD4 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB192234212-
CMYK0.1800.090.08
HSL148.57º50%83.53%-
HSV(B)148.57º17.95%91.76%-
XYZ63.0474.8173.4-
YUV218.93124.09108.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.09%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 212 (83.20% from 255) = 33.23%
R=30.09%
G=36.68%
B=33.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922342120.1800.090.08148.575083.53
HexC0EAD412098953254
Octal300352324220111022562124
Binary11000000111010101101010010010010011000100101011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EAD4; }

 p { color: rgb(192,234,212); }

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

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

 a { background-color: rgb(192,234,212); }

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

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

 span { border-color: rgb(192,234,212); }

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