#C5FADE

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

Shades of Aero Blue #C5FADE

Tints of Aero Blue #C5FADE

Color information

#C5FADE (or 0xC5FADE) is unknown color: approx Aero Blue. HEX triplet: C5, FA and DE. RGB value is (197,250,222). Sum of RGB (Red+Green+Blue) = 197+250+222=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FADE is #3A0521. Grayscale: #E7E7E7. Windows color (decimal): -3802402 or 14613189. OLE color: 14613189.

HSL color Cylindrical-coordinate representation of color #C5FADE: hue angle of 148.3º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5FADE is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB197250222-
CMYK0.2100.110.02
HSL148.3º84.13%87.65%-
HSV(B)148.3º21.2%98.04%-
XYZ70.485.5281.9-
YUV230.96122.94103.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.45%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=29.45%
G=37.37%
B=33.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972502220.2100.110.02148.384.1387.65
HexC5FADE150B2945458
Octal305372336250132224124130
Binary1100010111111010110111101010101011101001010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FADE; }

 p { color: rgb(197,250,222); }

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

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

 a { background-color: rgb(197,250,222); }

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

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

 span { border-color: rgb(197,250,222); }

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