#C5ECD4

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

Shades of Aero Blue #C5ECD4

Tints of Aero Blue #C5ECD4

Color information

#C5ECD4 (or 0xC5ECD4) is unknown color: approx Aero Blue. HEX triplet: C5, EC and D4. RGB value is (197,236,212). Sum of RGB (Red+Green+Blue) = 197+236+212=645 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.54% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #C5ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5ECD4 is #3A132B. Grayscale: #DDDDDD. Windows color (decimal): -3805996 or 13954245. OLE color: 13954245.

HSL color Cylindrical-coordinate representation of color #C5ECD4: hue angle of 143.08º degrees, saturation: 0.51, 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 #C5ECD4 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB197236212-
CMYK0.1700.100.07
HSL143.08º50.65%84.9%-
HSV(B)143.08º16.53%92.55%-
XYZ64.9176.6173.65-
YUV221.6122.58110.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.54%
GREEN value IS 236 (92.58% from 255) = 36.59%
BLUE value IS 212 (83.20% from 255) = 32.87%
R=30.54%
G=36.59%
B=32.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972362120.1700.100.07143.0850.6584.9
HexC5ECD4110A78f3355
Octal30535432421012721763125
Binary1100010111101100110101001000101010111100011111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ECD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ECD4; }

 p { color: rgb(197,236,212); }

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

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

 a { background-color: rgb(197,236,212); }

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

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

 span { border-color: rgb(197,236,212); }

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