#C5EDDA

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

Shades of Aero Blue #C5EDDA

Tints of Aero Blue #C5EDDA

Color information

#C5EDDA (or 0xC5EDDA) is unknown color: approx Aero Blue. HEX triplet: C5, ED and DA. RGB value is (197,237,218). Sum of RGB (Red+Green+Blue) = 197+237+218=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDDA is #3A1225. Grayscale: #DEDEDE. Windows color (decimal): -3805734 or 14347717. OLE color: 14347717.

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

Color convert

RGB197237218-
CMYK0.1700.080.07
HSL151.5º52.63%85.1%-
HSV(B)151.5º16.88%92.94%-
XYZ65.9777.577.81-
YUV222.87125.25109.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.21%
GREEN value IS 237 (92.97% from 255) = 36.35%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=30.21%
G=36.35%
B=33.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972372180.1700.080.07151.552.6385.1
HexC5EDDA11087983555
Octal30535533221010723065125
Binary1100010111101101110110101000101000111100110001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EDDA; }

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

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

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

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

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

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

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

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