Shades of Aero Blue #B9E9CF
Tints of Aero Blue #B9E9CF
RGB
CMYK
RGB Variations
Color information
#B9E9CF (or 0xB9E9CF) is known color: Aero Blue. HEX triplet: B9, E9 and CF. RGB value is (185,233,207). Sum of RGB (Red+Green+Blue) = 185+233+207=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E9CF is #461630. Grayscale: #D7D7D7. Windows color (decimal): -4593201 or 13625785. OLE color: 13625785.
HSL color Cylindrical-coordinate representation of color #B9E9CF: hue angle of 147.5º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9E9CF is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 207 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.09 |
| HSL | 147.5º | 0.52% | 0.82% | - |
| HSV(B) | 147.5º | 0.21% | 0.91% | - |
| XYZ | 60.41 | 73.1 | 69.96 | - |
| YUV | 215.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 207 | 0.21 | 0 | 0.11 | 0.09 | 147.5 | 0.52 | 0.82 |
| Hex | B9 | E9 | CF | 15 | 0 | B | 9 | 94 | 34 | 52 |
| Octal | 271 | 351 | 317 | 25 | 0 | 13 | 11 | 224 | 64 | 122 |
| Binary | 10111001 | 11101001 | 11001111 | 10101 | 0 | 1011 | 1001 | 10010100 | 110100 | 1010010 |
Color Harmonies of #B9E9CF
Complementary color
Monochromatic Colors of #B9E9CF
Black with #B9E9CF
Text Example
Text Example
White with #B9E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E9CF; }
p { color: rgb(185,233,207); }
H1.HeaderClassName
{
color: #B9E9CF;
}
.AnyTagClassName
{
color: #B9E9CF;
}
</style>
background-color css
<style>
a { background-color: #B9E9CF; }
a { background-color: rgb(185,233,207); }
div.DivClassName
{
background-color: #B9E9CF;
}
.BgClassName
{
background-color: #B9E9CF;
}
</style>
border-color css
<style>
span { border-color: #B9E9CF; }
span { border-color: rgb(185,233,207); }
td.TdClassName
{
border-color: #B9E9CF;
}
.TagClassName
{
border-color: #B9E9CF;
}
</style>