#C8FADB

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

Shades of Aero Blue #C8FADB

Tints of Aero Blue #C8FADB

Color information

#C8FADB (or 0xC8FADB) is unknown color: approx Aero Blue. HEX triplet: C8, FA and DB. RGB value is (200,250,219). Sum of RGB (Red+Green+Blue) = 200+250+219=669 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.90% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FADB is #370524. Grayscale: #E7E7E7. Windows color (decimal): -3605797 or 14416584. OLE color: 14416584.

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

Color convert

RGB200250219-
CMYK0.200.120.02
HSL142.8º83.33%88.24%-
HSV(B)142.8º20%98.04%-
XYZ70.7985.7779.84-
YUV231.52120.94105.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.90%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 219 (85.94% from 255) = 32.74%
R=29.90%
G=37.37%
B=32.74%

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
Decimal2002502190.200.120.02142.883.3388.24
HexC8FADB140C28f5358
Octal310372333240142217123130
Binary1100100011111010110110111010001100101000111110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FADB; }

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

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

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

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

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

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

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

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