Shades of Aero Blue #B7EED8
Tints of Aero Blue #B7EED8
RGB
CMYK
RGB Variations
Color information
#B7EED8 (or 0xB7EED8) is known color: Aero Blue. HEX triplet: B7, EE and D8. RGB value is (183,238,216). Sum of RGB (Red+Green+Blue) = 183+238+216=637 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.73% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #B7EED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EED8 is #481127. Grayscale: #DBDBDB. Windows color (decimal): -4722984 or 14216887. OLE color: 14216887.
HSL color Cylindrical-coordinate representation of color #B7EED8: hue angle of 156º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EED8 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 183 | 238 | 216 | - |
CMYK | 0.23 | 0 | 0.09 | 0.07 |
HSL | 156º | 0.62% | 0.83% | - |
HSV(B) | 156º | 0.23% | 0.93% | - |
XYZ | 62.5 | 76.17 | 76.37 | - |
YUV | 219.05 | 126.28 | 102.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 238 | 216 | 0.23 | 0 | 0.09 | 0.07 | 156 | 0.62 | 0.83 |
Hex | B7 | EE | D8 | 17 | 0 | 9 | 7 | 9C | 3E | 53 |
Octal | 267 | 356 | 330 | 27 | 0 | 11 | 7 | 234 | 76 | 123 |
Binary | 10110111 | 11101110 | 11011000 | 10111 | 0 | 1001 | 111 | 10011100 | 111110 | 1010011 |
Color Harmonies of #B7EED8
Complementary color
Monochromatic Colors of #B7EED8
Black with #B7EED8
Text Example
Text Example
White with #B7EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EED8; }
p { color: rgb(183,238,216); }
H1.HeaderClassName
{
color: #B7EED8;
}
.AnyTagClassName
{
color: #B7EED8;
}
</style>
background-color css
<style>
a { background-color: #B7EED8; }
a { background-color: rgb(183,238,216); }
div.DivClassName
{
background-color: #B7EED8;
}
.BgClassName
{
background-color: #B7EED8;
}
</style>
border-color css
<style>
span { border-color: #B7EED8; }
span { border-color: rgb(183,238,216); }
td.TdClassName
{
border-color: #B7EED8;
}
.TagClassName
{
border-color: #B7EED8;
}
</style>