Shades of Aero Blue #B9F6DA
Tints of Aero Blue #B9F6DA
RGB
CMYK
RGB Variations
Color information
#B9F6DA (or 0xB9F6DA) is known color: Aero Blue. HEX triplet: B9, F6 and DA. RGB value is (185,246,218). Sum of RGB (Red+Green+Blue) = 185+246+218=649 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.51% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 246 - color contains mainly: green. Hex color #B9F6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F6DA is #460925. Grayscale: #E0E0E0. Windows color (decimal): -4589862 or 14350009. OLE color: 14350009.
HSL color Cylindrical-coordinate representation of color #B9F6DA: hue angle of 152.46º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9F6DA is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 185 | 246 | 218 | - |
CMYK | 0.25 | 0 | 0.11 | 0.04 |
HSL | 152.46º | 0.77% | 0.85% | - |
HSV(B) | 152.46º | 0.25% | 0.96% | - |
XYZ | 65.62 | 81.29 | 78.56 | - |
YUV | 224.57 | 124.29 | 99.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 246 | 218 | 0.25 | 0 | 0.11 | 0.04 | 152.46 | 0.77 | 0.85 |
Hex | B9 | F6 | DA | 19 | 0 | B | 4 | 98 | 4D | 55 |
Octal | 271 | 366 | 332 | 31 | 0 | 13 | 4 | 230 | 115 | 125 |
Binary | 10111001 | 11110110 | 11011010 | 11001 | 0 | 1011 | 100 | 10011000 | 1001101 | 1010101 |
Color Harmonies of #B9F6DA
Complementary color
Monochromatic Colors of #B9F6DA
Black with #B9F6DA
Text Example
Text Example
White with #B9F6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F6DA; }
p { color: rgb(185,246,218); }
H1.HeaderClassName
{
color: #B9F6DA;
}
.AnyTagClassName
{
color: #B9F6DA;
}
</style>
background-color css
<style>
a { background-color: #B9F6DA; }
a { background-color: rgb(185,246,218); }
div.DivClassName
{
background-color: #B9F6DA;
}
.BgClassName
{
background-color: #B9F6DA;
}
</style>
border-color css
<style>
span { border-color: #B9F6DA; }
span { border-color: rgb(185,246,218); }
td.TdClassName
{
border-color: #B9F6DA;
}
.TagClassName
{
border-color: #B9F6DA;
}
</style>