Shades of Aero Blue #B9F1CE
Tints of Aero Blue #B9F1CE
RGB
CMYK
RGB Variations
Color information
#B9F1CE (or 0xB9F1CE) is known color: Aero Blue. HEX triplet: B9, F1 and CE. RGB value is (185,241,206). Sum of RGB (Red+Green+Blue) = 185+241+206=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F1CE is #460E31. Grayscale: #DCDCDC. Windows color (decimal): -4591154 or 13562297. OLE color: 13562297.
HSL color Cylindrical-coordinate representation of color #B9F1CE: hue angle of 142.5º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9F1CE is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 241 | 206 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.05 |
| HSL | 142.5º | 0.67% | 0.84% | - |
| HSV(B) | 142.5º | 0.23% | 0.95% | - |
| XYZ | 62.6 | 77.68 | 70.09 | - |
| YUV | 220.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 241 | 206 | 0.23 | 0 | 0.15 | 0.05 | 142.5 | 0.67 | 0.84 |
| Hex | B9 | F1 | CE | 17 | 0 | F | 5 | 8E | 43 | 54 |
| Octal | 271 | 361 | 316 | 27 | 0 | 17 | 5 | 216 | 103 | 124 |
| Binary | 10111001 | 11110001 | 11001110 | 10111 | 0 | 1111 | 101 | 10001110 | 1000011 | 1010100 |
Color Harmonies of #B9F1CE
Complementary color
Monochromatic Colors of #B9F1CE
Black with #B9F1CE
Text Example
Text Example
White with #B9F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F1CE; }
p { color: rgb(185,241,206); }
H1.HeaderClassName
{
color: #B9F1CE;
}
.AnyTagClassName
{
color: #B9F1CE;
}
</style>
background-color css
<style>
a { background-color: #B9F1CE; }
a { background-color: rgb(185,241,206); }
div.DivClassName
{
background-color: #B9F1CE;
}
.BgClassName
{
background-color: #B9F1CE;
}
</style>
border-color css
<style>
span { border-color: #B9F1CE; }
span { border-color: rgb(185,241,206); }
td.TdClassName
{
border-color: #B9F1CE;
}
.TagClassName
{
border-color: #B9F1CE;
}
</style>