Shades of Aero Blue #B9EECE
Tints of Aero Blue #B9EECE
RGB
CMYK
RGB Variations
Color information
#B9EECE (or 0xB9EECE) is known color: Aero Blue. HEX triplet: B9, EE and CE. RGB value is (185,238,206). Sum of RGB (Red+Green+Blue) = 185+238+206=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EECE is #461131. Grayscale: #DADADA. Windows color (decimal): -4591922 or 13561529. OLE color: 13561529.
HSL color Cylindrical-coordinate representation of color #B9EECE: hue angle of 143.77º 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 #B9EECE is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 185 | 238 | 206 | - |
CMYK | 0.22 | 0 | 0.13 | 0.07 |
HSL | 143.77º | 0.61% | 0.83% | - |
HSV(B) | 143.77º | 0.22% | 0.93% | - |
XYZ | 61.72 | 75.92 | 69.79 | - |
YUV | 218.51 | 120.94 | 104.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 238 | 206 | 0.22 | 0 | 0.13 | 0.07 | 143.77 | 0.61 | 0.83 |
Hex | B9 | EE | CE | 16 | 0 | D | 7 | 90 | 3D | 53 |
Octal | 271 | 356 | 316 | 26 | 0 | 15 | 7 | 220 | 75 | 123 |
Binary | 10111001 | 11101110 | 11001110 | 10110 | 0 | 1101 | 111 | 10010000 | 111101 | 1010011 |
Color Harmonies of #B9EECE
Complementary color
Monochromatic Colors of #B9EECE
Black with #B9EECE
Text Example
Text Example
White with #B9EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EECE; }
p { color: rgb(185,238,206); }
H1.HeaderClassName
{
color: #B9EECE;
}
.AnyTagClassName
{
color: #B9EECE;
}
</style>
background-color css
<style>
a { background-color: #B9EECE; }
a { background-color: rgb(185,238,206); }
div.DivClassName
{
background-color: #B9EECE;
}
.BgClassName
{
background-color: #B9EECE;
}
</style>
border-color css
<style>
span { border-color: #B9EECE; }
span { border-color: rgb(185,238,206); }
td.TdClassName
{
border-color: #B9EECE;
}
.TagClassName
{
border-color: #B9EECE;
}
</style>