#C0EBD8

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

Shades of Aero Blue #C0EBD8

Tints of Aero Blue #C0EBD8

Color information

#C0EBD8 (or 0xC0EBD8) is unknown color: approx Aero Blue. HEX triplet: C0, EB and D8. RGB value is (192,235,216). Sum of RGB (Red+Green+Blue) = 192+235+216=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBD8 is #3F1427. Grayscale: #DCDCDC. Windows color (decimal): -4133928 or 14216128. OLE color: 14216128.

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

Color convert

RGB192235216-
CMYK0.1800.080.08
HSL153.49º51.81%83.73%-
HSV(B)153.49º18.3%92.16%-
XYZ63.8475.5876.19-
YUV219.98125.75108.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.86%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=29.86%
G=36.55%
B=33.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922352160.1800.080.08153.4951.8183.73
HexC0EBD812088993454
Octal300353330220101023164124
Binary11000000111010111101100010010010001000100110011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EBD8; }

 p { color: rgb(192,235,216); }

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

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

 a { background-color: rgb(192,235,216); }

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

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

 span { border-color: rgb(192,235,216); }

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