#C7FADB

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

Shades of Aero Blue #C7FADB

Tints of Aero Blue #C7FADB

Color information

#C7FADB (or 0xC7FADB) is unknown color: approx Aero Blue. HEX triplet: C7, FA and DB. RGB value is (199,250,219). Sum of RGB (Red+Green+Blue) = 199+250+219=668 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.79% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FADB is #380524. Grayscale: #E7E7E7. Windows color (decimal): -3671333 or 14416583. OLE color: 14416583.

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

Color convert

RGB199250219-
CMYK0.2000.120.02
HSL143.53º83.61%88.04%-
HSV(B)143.53º20.4%98.04%-
XYZ70.5285.6379.83-
YUV231.22121.1105.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.79%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=29.79%
G=37.43%
B=32.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992502190.2000.120.02143.5383.6188.04
HexC7FADB140C2905458
Octal307372333240142220124130
Binary1100011111111010110110111010001100101001000010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FADB; }

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

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

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

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

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

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

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

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