Shades of Aero Blue #B9EED2
Tints of Aero Blue #B9EED2
RGB
CMYK
RGB Variations
Color information
#B9EED2 (or 0xB9EED2) is known color: Aero Blue. HEX triplet: B9, EE and D2. RGB value is (185,238,210). Sum of RGB (Red+Green+Blue) = 185+238+210=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EED2 is #46112D. Grayscale: #DBDBDB. Windows color (decimal): -4591918 or 13823673. OLE color: 13823673.
HSL color Cylindrical-coordinate representation of color #B9EED2: hue angle of 148.3º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EED2 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 238 | 210 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.07 |
| HSL | 148.3º | 0.61% | 0.83% | - |
| HSV(B) | 148.3º | 0.22% | 0.93% | - |
| XYZ | 62.21 | 76.12 | 72.39 | - |
| YUV | 218.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 238 | 210 | 0.22 | 0 | 0.12 | 0.07 | 148.3 | 0.61 | 0.83 |
| Hex | B9 | EE | D2 | 16 | 0 | C | 7 | 94 | 3D | 53 |
| Octal | 271 | 356 | 322 | 26 | 0 | 14 | 7 | 224 | 75 | 123 |
| Binary | 10111001 | 11101110 | 11010010 | 10110 | 0 | 1100 | 111 | 10010100 | 111101 | 1010011 |
Color Harmonies of #B9EED2
Complementary color
Monochromatic Colors of #B9EED2
Black with #B9EED2
Text Example
Text Example
White with #B9EED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EED2; }
p { color: rgb(185,238,210); }
H1.HeaderClassName
{
color: #B9EED2;
}
.AnyTagClassName
{
color: #B9EED2;
}
</style>
background-color css
<style>
a { background-color: #B9EED2; }
a { background-color: rgb(185,238,210); }
div.DivClassName
{
background-color: #B9EED2;
}
.BgClassName
{
background-color: #B9EED2;
}
</style>
border-color css
<style>
span { border-color: #B9EED2; }
span { border-color: rgb(185,238,210); }
td.TdClassName
{
border-color: #B9EED2;
}
.TagClassName
{
border-color: #B9EED2;
}
</style>