#C0EBD7

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

Shades of Aero Blue #C0EBD7

Tints of Aero Blue #C0EBD7

Color information

#C0EBD7 (or 0xC0EBD7) is unknown color: approx Aero Blue. HEX triplet: C0, EB and D7. RGB value is (192,235,215). Sum of RGB (Red+Green+Blue) = 192+235+215=642 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.91% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBD7 is #3F1428. Grayscale: #DBDBDB. Windows color (decimal): -4133929 or 14150592. OLE color: 14150592.

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

Color convert

RGB192235215-
CMYK0.1800.090.08
HSL152.09º51.81%83.73%-
HSV(B)152.09º18.3%92.16%-
XYZ63.7175.5375.51-
YUV219.86125.25108.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.91%
GREEN value IS 235 (92.19% from 255) = 36.60%
BLUE value IS 215 (84.38% from 255) = 33.49%
R=29.91%
G=36.60%
B=33.49%

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
Decimal1922352150.1800.090.08152.0951.8183.73
HexC0EBD712098983454
Octal300353327220111023064124
Binary11000000111010111101011110010010011000100110001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EBD7; }

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

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

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

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

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

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

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

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