Shades of Aero Blue #B9EFD1
Tints of Aero Blue #B9EFD1
RGB
CMYK
RGB Variations
Color information
#B9EFD1 (or 0xB9EFD1) is known color: Aero Blue. HEX triplet: B9, EF and D1. RGB value is (185,239,209). Sum of RGB (Red+Green+Blue) = 185+239+209=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EFD1 is #46102E. Grayscale: #DBDBDB. Windows color (decimal): -4591663 or 13758393. OLE color: 13758393.
HSL color Cylindrical-coordinate representation of color #B9EFD1: hue angle of 146.67º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9EFD1 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 239 | 209 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.06 |
| HSL | 146.67º | 0.63% | 0.83% | - |
| HSV(B) | 146.67º | 0.23% | 0.94% | - |
| XYZ | 62.38 | 76.65 | 71.83 | - |
| YUV | 219.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 239 | 209 | 0.23 | 0 | 0.13 | 0.06 | 146.67 | 0.63 | 0.83 |
| Hex | B9 | EF | D1 | 17 | 0 | D | 6 | 93 | 3F | 53 |
| Octal | 271 | 357 | 321 | 27 | 0 | 15 | 6 | 223 | 77 | 123 |
| Binary | 10111001 | 11101111 | 11010001 | 10111 | 0 | 1101 | 110 | 10010011 | 111111 | 1010011 |
Color Harmonies of #B9EFD1
Complementary color
Monochromatic Colors of #B9EFD1
Black with #B9EFD1
Text Example
Text Example
White with #B9EFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EFD1; }
p { color: rgb(185,239,209); }
H1.HeaderClassName
{
color: #B9EFD1;
}
.AnyTagClassName
{
color: #B9EFD1;
}
</style>
background-color css
<style>
a { background-color: #B9EFD1; }
a { background-color: rgb(185,239,209); }
div.DivClassName
{
background-color: #B9EFD1;
}
.BgClassName
{
background-color: #B9EFD1;
}
</style>
border-color css
<style>
span { border-color: #B9EFD1; }
span { border-color: rgb(185,239,209); }
td.TdClassName
{
border-color: #B9EFD1;
}
.TagClassName
{
border-color: #B9EFD1;
}
</style>