Shades of Aero Blue #B9F2CE
Tints of Aero Blue #B9F2CE
RGB
CMYK
RGB Variations
Color information
#B9F2CE (or 0xB9F2CE) is known color: Aero Blue. HEX triplet: B9, F2 and CE. RGB value is (185,242,206). Sum of RGB (Red+Green+Blue) = 185+242+206=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2CE is #460D31. Grayscale: #DCDCDC. Windows color (decimal): -4590898 or 13562553. OLE color: 13562553.
HSL color Cylindrical-coordinate representation of color #B9F2CE: hue angle of 142.11º 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 #B9F2CE is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 206 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.05 |
| HSL | 142.11º | 0.69% | 0.84% | - |
| HSV(B) | 142.11º | 0.24% | 0.95% | - |
| XYZ | 62.9 | 78.27 | 70.19 | - |
| YUV | 220.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 206 | 0.24 | 0 | 0.15 | 0.05 | 142.11 | 0.69 | 0.84 |
| Hex | B9 | F2 | CE | 18 | 0 | F | 5 | 8E | 45 | 54 |
| Octal | 271 | 362 | 316 | 30 | 0 | 17 | 5 | 216 | 105 | 124 |
| Binary | 10111001 | 11110010 | 11001110 | 11000 | 0 | 1111 | 101 | 10001110 | 1000101 | 1010100 |
Color Harmonies of #B9F2CE
Complementary color
Monochromatic Colors of #B9F2CE
Black with #B9F2CE
Text Example
Text Example
White with #B9F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F2CE; }
p { color: rgb(185,242,206); }
H1.HeaderClassName
{
color: #B9F2CE;
}
.AnyTagClassName
{
color: #B9F2CE;
}
</style>
background-color css
<style>
a { background-color: #B9F2CE; }
a { background-color: rgb(185,242,206); }
div.DivClassName
{
background-color: #B9F2CE;
}
.BgClassName
{
background-color: #B9F2CE;
}
</style>
border-color css
<style>
span { border-color: #B9F2CE; }
span { border-color: rgb(185,242,206); }
td.TdClassName
{
border-color: #B9F2CE;
}
.TagClassName
{
border-color: #B9F2CE;
}
</style>