#C5EBDA

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

Shades of Aero Blue #C5EBDA

Tints of Aero Blue #C5EBDA

Color information

#C5EBDA (or 0xC5EBDA) is unknown color: approx Aero Blue. HEX triplet: C5, EB and DA. RGB value is (197,235,218). Sum of RGB (Red+Green+Blue) = 197+235+218=650 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.31% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EBDA is #3A1425. Grayscale: #DDDDDD. Windows color (decimal): -3806246 or 14347205. OLE color: 14347205.

HSL color Cylindrical-coordinate representation of color #C5EBDA: hue angle of 153.16º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5EBDA is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB197235218-
CMYK0.1600.070.08
HSL153.16º48.72%84.71%-
HSV(B)153.16º16.17%92.16%-
XYZ65.3976.3577.62-
YUV221.7125.91110.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.31%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=30.31%
G=36.15%
B=33.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972352180.1600.070.08153.1648.7284.71
HexC5EBDA10078993155
Octal30535333220071023161125
Binary1100010111101011110110101000001111000100110011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EBDA; }

 p { color: rgb(197,235,218); }

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

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

 a { background-color: rgb(197,235,218); }

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

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

 span { border-color: rgb(197,235,218); }

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