Shades of Aero Blue #B9F9DB
Tints of Aero Blue #B9F9DB
RGB
CMYK
RGB Variations
Color information
#B9F9DB (or 0xB9F9DB) is known color: Aero Blue. HEX triplet: B9, F9 and DB. RGB value is (185,249,219). Sum of RGB (Red+Green+Blue) = 185+249+219=653 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.33% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F9DB is #460624. Grayscale: #E2E2E2. Windows color (decimal): -4589093 or 14416313. OLE color: 14416313.
HSL color Cylindrical-coordinate representation of color #B9F9DB: hue angle of 151.88º degrees, saturation: 0.84, 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 #B9F9DB is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 185 | 249 | 219 | - |
CMYK | 0.26 | 0 | 0.12 | 0.02 |
HSL | 151.88º | 0.84% | 0.85% | - |
HSV(B) | 151.88º | 0.26% | 0.98% | - |
XYZ | 66.67 | 83.18 | 79.56 | - |
YUV | 226.44 | 123.8 | 98.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 249 | 219 | 0.26 | 0 | 0.12 | 0.02 | 151.88 | 0.84 | 0.85 |
Hex | B9 | F9 | DB | 1A | 0 | C | 2 | 98 | 54 | 55 |
Octal | 271 | 371 | 333 | 32 | 0 | 14 | 2 | 230 | 124 | 125 |
Binary | 10111001 | 11111001 | 11011011 | 11010 | 0 | 1100 | 10 | 10011000 | 1010100 | 1010101 |
Color Harmonies of #B9F9DB
Complementary color
Monochromatic Colors of #B9F9DB
Black with #B9F9DB
Text Example
Text Example
White with #B9F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F9DB; }
p { color: rgb(185,249,219); }
H1.HeaderClassName
{
color: #B9F9DB;
}
.AnyTagClassName
{
color: #B9F9DB;
}
</style>
background-color css
<style>
a { background-color: #B9F9DB; }
a { background-color: rgb(185,249,219); }
div.DivClassName
{
background-color: #B9F9DB;
}
.BgClassName
{
background-color: #B9F9DB;
}
</style>
border-color css
<style>
span { border-color: #B9F9DB; }
span { border-color: rgb(185,249,219); }
td.TdClassName
{
border-color: #B9F9DB;
}
.TagClassName
{
border-color: #B9F9DB;
}
</style>