#C7FADE

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

Shades of Aero Blue #C7FADE

Tints of Aero Blue #C7FADE

Color information

#C7FADE (or 0xC7FADE) is unknown color: approx Aero Blue. HEX triplet: C7, FA and DE. RGB value is (199,250,222). Sum of RGB (Red+Green+Blue) = 199+250+222=671 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.66% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FADE is #380521. Grayscale: #E7E7E7. Windows color (decimal): -3671330 or 14613191. OLE color: 14613191.

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

Color convert

RGB199250222-
CMYK0.2000.110.02
HSL147.06º83.61%88.04%-
HSV(B)147.06º20.4%98.04%-
XYZ70.9285.7981.93-
YUV231.56122.6104.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.66%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=29.66%
G=37.26%
B=33.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992502220.2000.110.02147.0683.6188.04
HexC7FADE140B2935458
Octal307372336240132223124130
Binary1100011111111010110111101010001011101001001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FADE; }

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

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

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

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

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

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

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

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