Shades of Aero Blue #B5E9CF
Tints of Aero Blue #B5E9CF
RGB
CMYK
RGB Variations
Color information
#B5E9CF (or 0xB5E9CF) is known color: Aero Blue. HEX triplet: B5, E9 and CF. RGB value is (181,233,207). Sum of RGB (Red+Green+Blue) = 181+233+207=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E9CF is #4A1630. Grayscale: #D6D6D6. Windows color (decimal): -4855345 or 13625781. OLE color: 13625781.
HSL color Cylindrical-coordinate representation of color #B5E9CF: hue angle of 150º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E9CF is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 233 | 207 | - |
CMYK | 0.22 | 0 | 0.11 | 0.09 |
HSL | 150º | 0.54% | 0.81% | - |
HSV(B) | 150º | 0.22% | 0.91% | - |
XYZ | 59.46 | 72.61 | 69.91 | - |
YUV | 214.49 | 123.77 | 104.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 233 | 207 | 0.22 | 0 | 0.11 | 0.09 | 150 | 0.54 | 0.81 |
Hex | B5 | E9 | CF | 16 | 0 | B | 9 | 96 | 36 | 51 |
Octal | 265 | 351 | 317 | 26 | 0 | 13 | 11 | 226 | 66 | 121 |
Binary | 10110101 | 11101001 | 11001111 | 10110 | 0 | 1011 | 1001 | 10010110 | 110110 | 1010001 |
Color Harmonies of #B5E9CF
Complementary color
Monochromatic Colors of #B5E9CF
Black with #B5E9CF
Text Example
Text Example
White with #B5E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E9CF; }
p { color: rgb(181,233,207); }
H1.HeaderClassName
{
color: #B5E9CF;
}
.AnyTagClassName
{
color: #B5E9CF;
}
</style>
background-color css
<style>
a { background-color: #B5E9CF; }
a { background-color: rgb(181,233,207); }
div.DivClassName
{
background-color: #B5E9CF;
}
.BgClassName
{
background-color: #B5E9CF;
}
</style>
border-color css
<style>
span { border-color: #B5E9CF; }
span { border-color: rgb(181,233,207); }
td.TdClassName
{
border-color: #B5E9CF;
}
.TagClassName
{
border-color: #B5E9CF;
}
</style>