#C0EAD0

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

Shades of Aero Blue #C0EAD0

Tints of Aero Blue #C0EAD0

Color information

#C0EAD0 (or 0xC0EAD0) is unknown color: approx Aero Blue. HEX triplet: C0, EA and D0. RGB value is (192,234,208). Sum of RGB (Red+Green+Blue) = 192+234+208=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EAD0 is #3F152F. Grayscale: #DADADA. Windows color (decimal): -4134192 or 13691584. OLE color: 13691584.

HSL color Cylindrical-coordinate representation of color #C0EAD0: hue angle of 142.86º 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 #C0EAD0 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB192234208-
CMYK0.1800.110.08
HSL142.86º50%83.53%-
HSV(B)142.86º17.95%91.76%-
XYZ62.5574.6170.78-
YUV218.48122.09109.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.28%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=30.28%
G=36.91%
B=32.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922342080.1800.110.08142.865083.53
HexC0EAD0120B88f3254
Octal300352320220131021762124
Binary11000000111010101101000010010010111000100011111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EAD0; }

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

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

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

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

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

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

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

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