Shades of Aero Blue #B9F6D6
Tints of Aero Blue #B9F6D6
RGB
CMYK
RGB Variations
Color information
#B9F6D6 (or 0xB9F6D6) is known color: Aero Blue. HEX triplet: B9, F6 and D6. RGB value is (185,246,214). Sum of RGB (Red+Green+Blue) = 185+246+214=645 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.68% from 645); Green value is 246 (96.48% from 255 or 38.14% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 246 - color contains mainly: green. Hex color #B9F6D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F6D6 is #460929. Grayscale: #E0E0E0. Windows color (decimal): -4589866 or 14087865. OLE color: 14087865.
HSL color Cylindrical-coordinate representation of color #B9F6D6: hue angle of 148.52º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9F6D6 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 246 | 214 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.04 |
| HSL | 148.52º | 0.77% | 0.85% | - |
| HSV(B) | 148.52º | 0.25% | 0.96% | - |
| XYZ | 65.1 | 81.08 | 75.84 | - |
| YUV | 224.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 246 | 214 | 0.25 | 0 | 0.13 | 0.04 | 148.52 | 0.77 | 0.85 |
| Hex | B9 | F6 | D6 | 19 | 0 | D | 4 | 95 | 4D | 55 |
| Octal | 271 | 366 | 326 | 31 | 0 | 15 | 4 | 225 | 115 | 125 |
| Binary | 10111001 | 11110110 | 11010110 | 11001 | 0 | 1101 | 100 | 10010101 | 1001101 | 1010101 |
Color Harmonies of #B9F6D6
Complementary color
Monochromatic Colors of #B9F6D6
Black with #B9F6D6
Text Example
Text Example
White with #B9F6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F6D6; }
p { color: rgb(185,246,214); }
H1.HeaderClassName
{
color: #B9F6D6;
}
.AnyTagClassName
{
color: #B9F6D6;
}
</style>
background-color css
<style>
a { background-color: #B9F6D6; }
a { background-color: rgb(185,246,214); }
div.DivClassName
{
background-color: #B9F6D6;
}
.BgClassName
{
background-color: #B9F6D6;
}
</style>
border-color css
<style>
span { border-color: #B9F6D6; }
span { border-color: rgb(185,246,214); }
td.TdClassName
{
border-color: #B9F6D6;
}
.TagClassName
{
border-color: #B9F6D6;
}
</style>