Shades of Aero Blue #B9FADA
Tints of Aero Blue #B9FADA
RGB
CMYK
RGB Variations
Color information
#B9FADA (or 0xB9FADA) is known color: Aero Blue. HEX triplet: B9, FA and DA. RGB value is (185,250,218). Sum of RGB (Red+Green+Blue) = 185+250+218=653 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.33% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FADA is #460525. Grayscale: #E2E2E2. Windows color (decimal): -4588838 or 14351033. OLE color: 14351033.
HSL color Cylindrical-coordinate representation of color #B9FADA: hue angle of 150.46º 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 #B9FADA is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 185 | 250 | 218 | - |
CMYK | 0.26 | 0 | 0.13 | 0.02 |
HSL | 150.46º | 0.87% | 0.85% | - |
HSV(B) | 150.46º | 0.26% | 0.98% | - |
XYZ | 66.85 | 83.75 | 78.97 | - |
YUV | 226.92 | 122.97 | 98.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 250 | 218 | 0.26 | 0 | 0.13 | 0.02 | 150.46 | 0.87 | 0.85 |
Hex | B9 | FA | DA | 1A | 0 | D | 2 | 96 | 57 | 55 |
Octal | 271 | 372 | 332 | 32 | 0 | 15 | 2 | 226 | 127 | 125 |
Binary | 10111001 | 11111010 | 11011010 | 11010 | 0 | 1101 | 10 | 10010110 | 1010111 | 1010101 |
Color Harmonies of #B9FADA
Complementary color
Monochromatic Colors of #B9FADA
Black with #B9FADA
Text Example
Text Example
White with #B9FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FADA; }
p { color: rgb(185,250,218); }
H1.HeaderClassName
{
color: #B9FADA;
}
.AnyTagClassName
{
color: #B9FADA;
}
</style>
background-color css
<style>
a { background-color: #B9FADA; }
a { background-color: rgb(185,250,218); }
div.DivClassName
{
background-color: #B9FADA;
}
.BgClassName
{
background-color: #B9FADA;
}
</style>
border-color css
<style>
span { border-color: #B9FADA; }
span { border-color: rgb(185,250,218); }
td.TdClassName
{
border-color: #B9FADA;
}
.TagClassName
{
border-color: #B9FADA;
}
</style>