Shades of Aero Blue #B9F2CF
Tints of Aero Blue #B9F2CF
RGB
CMYK
RGB Variations
Color information
#B9F2CF (or 0xB9F2CF) is known color: Aero Blue. HEX triplet: B9, F2 and CF. RGB value is (185,242,207). Sum of RGB (Red+Green+Blue) = 185+242+207=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2CF is #460D30. Grayscale: #DDDDDD. Windows color (decimal): -4590897 or 13628089. OLE color: 13628089.
HSL color Cylindrical-coordinate representation of color #B9F2CF: hue angle of 143.16º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F2CF is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 207 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.05 |
| HSL | 143.16º | 0.69% | 0.84% | - |
| HSV(B) | 143.16º | 0.24% | 0.95% | - |
| XYZ | 63.02 | 78.32 | 70.83 | - |
| YUV | 220.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 207 | 0.24 | 0 | 0.14 | 0.05 | 143.16 | 0.69 | 0.84 |
| Hex | B9 | F2 | CF | 18 | 0 | E | 5 | 8F | 45 | 54 |
| Octal | 271 | 362 | 317 | 30 | 0 | 16 | 5 | 217 | 105 | 124 |
| Binary | 10111001 | 11110010 | 11001111 | 11000 | 0 | 1110 | 101 | 10001111 | 1000101 | 1010100 |
Color Harmonies of #B9F2CF
Complementary color
Monochromatic Colors of #B9F2CF
Black with #B9F2CF
Text Example
Text Example
White with #B9F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F2CF; }
p { color: rgb(185,242,207); }
H1.HeaderClassName
{
color: #B9F2CF;
}
.AnyTagClassName
{
color: #B9F2CF;
}
</style>
background-color css
<style>
a { background-color: #B9F2CF; }
a { background-color: rgb(185,242,207); }
div.DivClassName
{
background-color: #B9F2CF;
}
.BgClassName
{
background-color: #B9F2CF;
}
</style>
border-color css
<style>
span { border-color: #B9F2CF; }
span { border-color: rgb(185,242,207); }
td.TdClassName
{
border-color: #B9F2CF;
}
.TagClassName
{
border-color: #B9F2CF;
}
</style>