Shades of Aero Blue #B9F0D7
Tints of Aero Blue #B9F0D7
RGB
CMYK
RGB Variations
Color information
#B9F0D7 (or 0xB9F0D7) is known color: Aero Blue. HEX triplet: B9, F0 and D7. RGB value is (185,240,215). Sum of RGB (Red+Green+Blue) = 185+240+215=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F0D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F0D7 is #460F28. Grayscale: #DCDCDC. Windows color (decimal): -4591401 or 14151865. OLE color: 14151865.
HSL color Cylindrical-coordinate representation of color #B9F0D7: hue angle of 152.73º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9F0D7 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 240 | 215 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.06 |
| HSL | 152.73º | 0.65% | 0.83% | - |
| HSV(B) | 152.73º | 0.23% | 0.94% | - |
| XYZ | 63.43 | 77.54 | 75.91 | - |
| YUV | 220.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 240 | 215 | 0.23 | 0 | 0.10 | 0.06 | 152.73 | 0.65 | 0.83 |
| Hex | B9 | F0 | D7 | 17 | 0 | A | 6 | 99 | 41 | 53 |
| Octal | 271 | 360 | 327 | 27 | 0 | 12 | 6 | 231 | 101 | 123 |
| Binary | 10111001 | 11110000 | 11010111 | 10111 | 0 | 1010 | 110 | 10011001 | 1000001 | 1010011 |
Color Harmonies of #B9F0D7
Complementary color
Monochromatic Colors of #B9F0D7
Black with #B9F0D7
Text Example
Text Example
White with #B9F0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F0D7; }
p { color: rgb(185,240,215); }
H1.HeaderClassName
{
color: #B9F0D7;
}
.AnyTagClassName
{
color: #B9F0D7;
}
</style>
background-color css
<style>
a { background-color: #B9F0D7; }
a { background-color: rgb(185,240,215); }
div.DivClassName
{
background-color: #B9F0D7;
}
.BgClassName
{
background-color: #B9F0D7;
}
</style>
border-color css
<style>
span { border-color: #B9F0D7; }
span { border-color: rgb(185,240,215); }
td.TdClassName
{
border-color: #B9F0D7;
}
.TagClassName
{
border-color: #B9F0D7;
}
</style>