Shades of Aero Blue #B7EECE
Tints of Aero Blue #B7EECE
RGB
CMYK
RGB Variations
Color information
#B7EECE (or 0xB7EECE) is known color: Aero Blue. HEX triplet: B7, EE and CE. RGB value is (183,238,206). Sum of RGB (Red+Green+Blue) = 183+238+206=627 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.19% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #B7EECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EECE is #481131. Grayscale: #D9D9D9. Windows color (decimal): -4722994 or 13561527. OLE color: 13561527.
HSL color Cylindrical-coordinate representation of color #B7EECE: hue angle of 145.09º 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 #B7EECE is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 183 | 238 | 206 | - |
CMYK | 0.23 | 0 | 0.13 | 0.07 |
HSL | 145.09º | 0.62% | 0.83% | - |
HSV(B) | 145.09º | 0.23% | 0.93% | - |
XYZ | 61.24 | 75.67 | 69.77 | - |
YUV | 217.91 | 121.28 | 103.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 238 | 206 | 0.23 | 0 | 0.13 | 0.07 | 145.09 | 0.62 | 0.83 |
Hex | B7 | EE | CE | 17 | 0 | D | 7 | 91 | 3E | 53 |
Octal | 267 | 356 | 316 | 27 | 0 | 15 | 7 | 221 | 76 | 123 |
Binary | 10110111 | 11101110 | 11001110 | 10111 | 0 | 1101 | 111 | 10010001 | 111110 | 1010011 |
Color Harmonies of #B7EECE
Complementary color
Monochromatic Colors of #B7EECE
Black with #B7EECE
Text Example
Text Example
White with #B7EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EECE; }
p { color: rgb(183,238,206); }
H1.HeaderClassName
{
color: #B7EECE;
}
.AnyTagClassName
{
color: #B7EECE;
}
</style>
background-color css
<style>
a { background-color: #B7EECE; }
a { background-color: rgb(183,238,206); }
div.DivClassName
{
background-color: #B7EECE;
}
.BgClassName
{
background-color: #B7EECE;
}
</style>
border-color css
<style>
span { border-color: #B7EECE; }
span { border-color: rgb(183,238,206); }
td.TdClassName
{
border-color: #B7EECE;
}
.TagClassName
{
border-color: #B7EECE;
}
</style>