Shades of Aero Blue #B9EAD1
Tints of Aero Blue #B9EAD1
RGB
CMYK
RGB Variations
Color information
#B9EAD1 (or 0xB9EAD1) is known color: Aero Blue. HEX triplet: B9, EA and D1. RGB value is (185,234,209). Sum of RGB (Red+Green+Blue) = 185+234+209=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EAD1 is #46152E. Grayscale: #D8D8D8. Windows color (decimal): -4592943 or 13757113. OLE color: 13757113.
HSL color Cylindrical-coordinate representation of color #B9EAD1: hue angle of 149.39º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EAD1 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
RGB | 185 | 234 | 209 | - |
CMYK | 0.21 | 0 | 0.11 | 0.08 |
HSL | 149.39º | 0.54% | 0.82% | - |
HSV(B) | 149.39º | 0.21% | 0.92% | - |
XYZ | 60.94 | 73.76 | 71.35 | - |
YUV | 216.5 | 123.77 | 105.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 234 | 209 | 0.21 | 0 | 0.11 | 0.08 | 149.39 | 0.54 | 0.82 |
Hex | B9 | EA | D1 | 15 | 0 | B | 8 | 95 | 36 | 52 |
Octal | 271 | 352 | 321 | 25 | 0 | 13 | 10 | 225 | 66 | 122 |
Binary | 10111001 | 11101010 | 11010001 | 10101 | 0 | 1011 | 1000 | 10010101 | 110110 | 1010010 |
Color Harmonies of #B9EAD1
Complementary color
Monochromatic Colors of #B9EAD1
Black with #B9EAD1
Text Example
Text Example
White with #B9EAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EAD1; }
p { color: rgb(185,234,209); }
H1.HeaderClassName
{
color: #B9EAD1;
}
.AnyTagClassName
{
color: #B9EAD1;
}
</style>
background-color css
<style>
a { background-color: #B9EAD1; }
a { background-color: rgb(185,234,209); }
div.DivClassName
{
background-color: #B9EAD1;
}
.BgClassName
{
background-color: #B9EAD1;
}
</style>
border-color css
<style>
span { border-color: #B9EAD1; }
span { border-color: rgb(185,234,209); }
td.TdClassName
{
border-color: #B9EAD1;
}
.TagClassName
{
border-color: #B9EAD1;
}
</style>