Shades of Aero Blue #B9F1D3
Tints of Aero Blue #B9F1D3
RGB
CMYK
RGB Variations
Color information
#B9F1D3 (or 0xB9F1D3) is known color: Aero Blue. HEX triplet: B9, F1 and D3. RGB value is (185,241,211). Sum of RGB (Red+Green+Blue) = 185+241+211=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F1D3 is #460E2C. Grayscale: #DCDCDC. Windows color (decimal): -4591149 or 13889977. OLE color: 13889977.
HSL color Cylindrical-coordinate representation of color #B9F1D3: hue angle of 147.86º 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 #B9F1D3 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 241 | 211 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.05 |
| HSL | 147.86º | 0.67% | 0.84% | - |
| HSV(B) | 147.86º | 0.23% | 0.95% | - |
| XYZ | 63.22 | 77.93 | 73.34 | - |
| YUV | 220.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 241 | 211 | 0.23 | 0 | 0.12 | 0.05 | 147.86 | 0.67 | 0.84 |
| Hex | B9 | F1 | D3 | 17 | 0 | C | 5 | 94 | 43 | 54 |
| Octal | 271 | 361 | 323 | 27 | 0 | 14 | 5 | 224 | 103 | 124 |
| Binary | 10111001 | 11110001 | 11010011 | 10111 | 0 | 1100 | 101 | 10010100 | 1000011 | 1010100 |
Color Harmonies of #B9F1D3
Complementary color
Monochromatic Colors of #B9F1D3
Black with #B9F1D3
Text Example
Text Example
White with #B9F1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F1D3; }
p { color: rgb(185,241,211); }
H1.HeaderClassName
{
color: #B9F1D3;
}
.AnyTagClassName
{
color: #B9F1D3;
}
</style>
background-color css
<style>
a { background-color: #B9F1D3; }
a { background-color: rgb(185,241,211); }
div.DivClassName
{
background-color: #B9F1D3;
}
.BgClassName
{
background-color: #B9F1D3;
}
</style>
border-color css
<style>
span { border-color: #B9F1D3; }
span { border-color: rgb(185,241,211); }
td.TdClassName
{
border-color: #B9F1D3;
}
.TagClassName
{
border-color: #B9F1D3;
}
</style>