Shades of Aero Blue #B9FBDD
Tints of Aero Blue #B9FBDD
RGB
CMYK
RGB Variations
Color information
#B9FBDD (or 0xB9FBDD) is known color: Aero Blue. HEX triplet: B9, FB and DD. RGB value is (185,251,221). Sum of RGB (Red+Green+Blue) = 185+251+221=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FBDD is #460422. Grayscale: #E3E3E3. Windows color (decimal): -4588579 or 14547897. OLE color: 14547897.
HSL color Cylindrical-coordinate representation of color #B9FBDD: hue angle of 152.73º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FBDD is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 185 | 251 | 221 | - |
CMYK | 0.26 | 0 | 0.12 | 0.02 |
HSL | 152.73º | 0.89% | 0.85% | - |
HSV(B) | 152.73º | 0.26% | 0.98% | - |
XYZ | 67.56 | 84.53 | 81.16 | - |
YUV | 227.85 | 124.13 | 97.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 251 | 221 | 0.26 | 0 | 0.12 | 0.02 | 152.73 | 0.89 | 0.85 |
Hex | B9 | FB | DD | 1A | 0 | C | 2 | 99 | 59 | 55 |
Octal | 271 | 373 | 335 | 32 | 0 | 14 | 2 | 231 | 131 | 125 |
Binary | 10111001 | 11111011 | 11011101 | 11010 | 0 | 1100 | 10 | 10011001 | 1011001 | 1010101 |
Color Harmonies of #B9FBDD
Complementary color
Monochromatic Colors of #B9FBDD
Black with #B9FBDD
Text Example
Text Example
White with #B9FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FBDD; }
p { color: rgb(185,251,221); }
H1.HeaderClassName
{
color: #B9FBDD;
}
.AnyTagClassName
{
color: #B9FBDD;
}
</style>
background-color css
<style>
a { background-color: #B9FBDD; }
a { background-color: rgb(185,251,221); }
div.DivClassName
{
background-color: #B9FBDD;
}
.BgClassName
{
background-color: #B9FBDD;
}
</style>
border-color css
<style>
span { border-color: #B9FBDD; }
span { border-color: rgb(185,251,221); }
td.TdClassName
{
border-color: #B9FBDD;
}
.TagClassName
{
border-color: #B9FBDD;
}
</style>