Shades of Aero Blue #B9F3DA
Tints of Aero Blue #B9F3DA
RGB
CMYK
RGB Variations
Color information
#B9F3DA (or 0xB9F3DA) is known color: Aero Blue. HEX triplet: B9, F3 and DA. RGB value is (185,243,218). Sum of RGB (Red+Green+Blue) = 185+243+218=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F3DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F3DA is #460C25. Grayscale: #DEDEDE. Windows color (decimal): -4590630 or 14349241. OLE color: 14349241.
HSL color Cylindrical-coordinate representation of color #B9F3DA: hue angle of 154.14º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F3DA is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 185 | 243 | 218 | - |
CMYK | 0.24 | 0 | 0.10 | 0.05 |
HSL | 154.14º | 0.71% | 0.84% | - |
HSV(B) | 154.14º | 0.24% | 0.95% | - |
XYZ | 64.71 | 79.48 | 78.26 | - |
YUV | 222.81 | 125.28 | 101.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 243 | 218 | 0.24 | 0 | 0.10 | 0.05 | 154.14 | 0.71 | 0.84 |
Hex | B9 | F3 | DA | 18 | 0 | A | 5 | 9A | 47 | 54 |
Octal | 271 | 363 | 332 | 30 | 0 | 12 | 5 | 232 | 107 | 124 |
Binary | 10111001 | 11110011 | 11011010 | 11000 | 0 | 1010 | 101 | 10011010 | 1000111 | 1010100 |
Color Harmonies of #B9F3DA
Complementary color
Monochromatic Colors of #B9F3DA
Black with #B9F3DA
Text Example
Text Example
White with #B9F3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F3DA; }
p { color: rgb(185,243,218); }
H1.HeaderClassName
{
color: #B9F3DA;
}
.AnyTagClassName
{
color: #B9F3DA;
}
</style>
background-color css
<style>
a { background-color: #B9F3DA; }
a { background-color: rgb(185,243,218); }
div.DivClassName
{
background-color: #B9F3DA;
}
.BgClassName
{
background-color: #B9F3DA;
}
</style>
border-color css
<style>
span { border-color: #B9F3DA; }
span { border-color: rgb(185,243,218); }
td.TdClassName
{
border-color: #B9F3DA;
}
.TagClassName
{
border-color: #B9F3DA;
}
</style>