Shades of Aero Blue #B9FAD6
Tints of Aero Blue #B9FAD6
RGB
CMYK
RGB Variations
Color information
#B9FAD6 (or 0xB9FAD6) is known color: Aero Blue. HEX triplet: B9, FA and D6. RGB value is (185,250,214). Sum of RGB (Red+Green+Blue) = 185+250+214=649 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.51% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FAD6 is #460529. Grayscale: #E2E2E2. Windows color (decimal): -4588842 or 14088889. OLE color: 14088889.
HSL color Cylindrical-coordinate representation of color #B9FAD6: hue angle of 146.77º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FAD6 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 185 | 250 | 214 | - |
CMYK | 0.26 | 0 | 0.14 | 0.02 |
HSL | 146.77º | 0.87% | 0.85% | - |
HSV(B) | 146.77º | 0.26% | 0.98% | - |
XYZ | 66.33 | 83.54 | 76.25 | - |
YUV | 226.46 | 120.97 | 98.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 250 | 214 | 0.26 | 0 | 0.14 | 0.02 | 146.77 | 0.87 | 0.85 |
Hex | B9 | FA | D6 | 1A | 0 | E | 2 | 93 | 57 | 55 |
Octal | 271 | 372 | 326 | 32 | 0 | 16 | 2 | 223 | 127 | 125 |
Binary | 10111001 | 11111010 | 11010110 | 11010 | 0 | 1110 | 10 | 10010011 | 1010111 | 1010101 |
Color Harmonies of #B9FAD6
Complementary color
Monochromatic Colors of #B9FAD6
Black with #B9FAD6
Text Example
Text Example
White with #B9FAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FAD6; }
p { color: rgb(185,250,214); }
H1.HeaderClassName
{
color: #B9FAD6;
}
.AnyTagClassName
{
color: #B9FAD6;
}
</style>
background-color css
<style>
a { background-color: #B9FAD6; }
a { background-color: rgb(185,250,214); }
div.DivClassName
{
background-color: #B9FAD6;
}
.BgClassName
{
background-color: #B9FAD6;
}
</style>
border-color css
<style>
span { border-color: #B9FAD6; }
span { border-color: rgb(185,250,214); }
td.TdClassName
{
border-color: #B9FAD6;
}
.TagClassName
{
border-color: #B9FAD6;
}
</style>