#C5FADB

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

Shades of Aero Blue #C5FADB

Tints of Aero Blue #C5FADB

Color information

#C5FADB (or 0xC5FADB) is unknown color: approx Aero Blue. HEX triplet: C5, FA and DB. RGB value is (197,250,219). Sum of RGB (Red+Green+Blue) = 197+250+219=666 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.58% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FADB is #3A0524. Grayscale: #E6E6E6. Windows color (decimal): -3802405 or 14416581. OLE color: 14416581.

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

Color convert

RGB197250219-
CMYK0.2100.120.02
HSL144.91º84.13%87.65%-
HSV(B)144.91º21.2%98.04%-
XYZ7085.3679.8-
YUV230.62121.44104.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.58%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=29.58%
G=37.54%
B=32.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972502190.2100.120.02144.9184.1387.65
HexC5FADB150C2915458
Octal305372333250142221124130
Binary1100010111111010110110111010101100101001000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FADB; }

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

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

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

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

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

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

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

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