#C5EFDA

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

Shades of Aero Blue #C5EFDA

Tints of Aero Blue #C5EFDA

Color information

#C5EFDA (or 0xC5EFDA) is unknown color: approx Aero Blue. HEX triplet: C5, EF and DA. RGB value is (197,239,218). Sum of RGB (Red+Green+Blue) = 197+239+218=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFDA is #3A1025. Grayscale: #E0E0E0. Windows color (decimal): -3805222 or 14348229. OLE color: 14348229.

HSL color Cylindrical-coordinate representation of color #C5EFDA: hue angle of 150º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5EFDA is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB197239218-
CMYK0.1800.090.06
HSL150º56.76%85.49%-
HSV(B)150º17.57%93.73%-
XYZ66.5578.6778.01-
YUV224.05124.59108.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.12%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=30.12%
G=36.54%
B=33.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972392180.1800.090.0615056.7685.49
HexC5EFDA12096963955
Octal30535733222011622671125
Binary1100010111101111110110101001001001110100101101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EFDA; }

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

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

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

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

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

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

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

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