Shades of Aero Blue #B9E2CF
Tints of Aero Blue #B9E2CF
RGB
CMYK
RGB Variations
Color information
#B9E2CF (or 0xB9E2CF) is known color: Aero Blue. HEX triplet: B9, E2 and CF. RGB value is (185,226,207). Sum of RGB (Red+Green+Blue) = 185+226+207=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2CF is #461D30. Grayscale: #D3D3D3. Windows color (decimal): -4594993 or 13623993. OLE color: 13623993.
HSL color Cylindrical-coordinate representation of color #B9E2CF: hue angle of 152.2º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9E2CF is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 226 | 207 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.11 |
| HSL | 152.2º | 0.41% | 0.81% | - |
| HSV(B) | 152.2º | 0.18% | 0.89% | - |
| XYZ | 58.47 | 69.21 | 69.31 | - |
| YUV | 211.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 207 | 0.18 | 0 | 0.08 | 0.11 | 152.2 | 0.41 | 0.81 |
| Hex | B9 | E2 | CF | 12 | 0 | 8 | B | 98 | 29 | 51 |
| Octal | 271 | 342 | 317 | 22 | 0 | 10 | 13 | 230 | 51 | 121 |
| Binary | 10111001 | 11100010 | 11001111 | 10010 | 0 | 1000 | 1011 | 10011000 | 101001 | 1010001 |
Color Harmonies of #B9E2CF
Complementary color
Monochromatic Colors of #B9E2CF
Black with #B9E2CF
Text Example
Text Example
White with #B9E2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E2CF; }
p { color: rgb(185,226,207); }
H1.HeaderClassName
{
color: #B9E2CF;
}
.AnyTagClassName
{
color: #B9E2CF;
}
</style>
background-color css
<style>
a { background-color: #B9E2CF; }
a { background-color: rgb(185,226,207); }
div.DivClassName
{
background-color: #B9E2CF;
}
.BgClassName
{
background-color: #B9E2CF;
}
</style>
border-color css
<style>
span { border-color: #B9E2CF; }
span { border-color: rgb(185,226,207); }
td.TdClassName
{
border-color: #B9E2CF;
}
.TagClassName
{
border-color: #B9E2CF;
}
</style>