Shades of Aero Blue #B9EECF
Tints of Aero Blue #B9EECF
RGB
CMYK
RGB Variations
Color information
#B9EECF (or 0xB9EECF) is known color: Aero Blue. HEX triplet: B9, EE and CF. RGB value is (185,238,207). Sum of RGB (Red+Green+Blue) = 185+238+207=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EECF is #461130. Grayscale: #DADADA. Windows color (decimal): -4591921 or 13627065. OLE color: 13627065.
HSL color Cylindrical-coordinate representation of color #B9EECF: hue angle of 144.91º 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 #B9EECF is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 185 | 238 | 207 | - |
CMYK | 0.22 | 0 | 0.13 | 0.07 |
HSL | 144.91º | 0.61% | 0.83% | - |
HSV(B) | 144.91º | 0.22% | 0.93% | - |
XYZ | 61.84 | 75.97 | 70.44 | - |
YUV | 218.62 | 121.44 | 104.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 238 | 207 | 0.22 | 0 | 0.13 | 0.07 | 144.91 | 0.61 | 0.83 |
Hex | B9 | EE | CF | 16 | 0 | D | 7 | 91 | 3D | 53 |
Octal | 271 | 356 | 317 | 26 | 0 | 15 | 7 | 221 | 75 | 123 |
Binary | 10111001 | 11101110 | 11001111 | 10110 | 0 | 1101 | 111 | 10010001 | 111101 | 1010011 |
Color Harmonies of #B9EECF
Complementary color
Monochromatic Colors of #B9EECF
Black with #B9EECF
Text Example
Text Example
White with #B9EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EECF; }
p { color: rgb(185,238,207); }
H1.HeaderClassName
{
color: #B9EECF;
}
.AnyTagClassName
{
color: #B9EECF;
}
</style>
background-color css
<style>
a { background-color: #B9EECF; }
a { background-color: rgb(185,238,207); }
div.DivClassName
{
background-color: #B9EECF;
}
.BgClassName
{
background-color: #B9EECF;
}
</style>
border-color css
<style>
span { border-color: #B9EECF; }
span { border-color: rgb(185,238,207); }
td.TdClassName
{
border-color: #B9EECF;
}
.TagClassName
{
border-color: #B9EECF;
}
</style>