#C8FADC

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

Shades of Aero Blue #C8FADC

Tints of Aero Blue #C8FADC

Color information

#C8FADC (or 0xC8FADC) is unknown color: approx Aero Blue. HEX triplet: C8, FA and DC. RGB value is (200,250,220). Sum of RGB (Red+Green+Blue) = 200+250+220=670 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.85% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FADC is #370523. Grayscale: #E7E7E7. Windows color (decimal): -3605796 or 14482120. OLE color: 14482120.

HSL color Cylindrical-coordinate representation of color #C8FADC: hue angle of 144º degrees, saturation: 0.83, 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 #C8FADC is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB200250220-
CMYK0.200.120.02
HSL144º83.33%88.24%-
HSV(B)144º20%98.04%-
XYZ70.9285.8280.54-
YUV231.63121.44105.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.85%
GREEN value IS 250 (98.05% from 255) = 37.31%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=29.85%
G=37.31%
B=32.84%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002502200.200.120.0214483.3388.24
HexC8FADC140C2905358
Octal310372334240142220123130
Binary1100100011111010110111001010001100101001000010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FADC; }

 p { color: rgb(200,250,220); }

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

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

 a { background-color: rgb(200,250,220); }

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

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

 span { border-color: rgb(200,250,220); }

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