Shades of Aero Blue #B7EECC
Tints of Aero Blue #B7EECC
RGB
CMYK
RGB Variations
Color information
#B7EECC (or 0xB7EECC) is known color: Aero Blue. HEX triplet: B7, EE and CC. RGB value is (183,238,204). Sum of RGB (Red+Green+Blue) = 183+238+204=625 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.28% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #B7EECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EECC is #481133. Grayscale: #D9D9D9. Windows color (decimal): -4722996 or 13430455. OLE color: 13430455.
HSL color Cylindrical-coordinate representation of color #B7EECC: hue angle of 142.91º 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 #B7EECC is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 183 | 238 | 204 | - |
CMYK | 0.23 | 0 | 0.14 | 0.07 |
HSL | 142.91º | 0.62% | 0.83% | - |
HSV(B) | 142.91º | 0.23% | 0.93% | - |
XYZ | 61 | 75.58 | 68.5 | - |
YUV | 217.68 | 120.28 | 103.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 238 | 204 | 0.23 | 0 | 0.14 | 0.07 | 142.91 | 0.62 | 0.83 |
Hex | B7 | EE | CC | 17 | 0 | E | 7 | 8F | 3E | 53 |
Octal | 267 | 356 | 314 | 27 | 0 | 16 | 7 | 217 | 76 | 123 |
Binary | 10110111 | 11101110 | 11001100 | 10111 | 0 | 1110 | 111 | 10001111 | 111110 | 1010011 |
Color Harmonies of #B7EECC
Complementary color
Monochromatic Colors of #B7EECC
Black with #B7EECC
Text Example
Text Example
White with #B7EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EECC; }
p { color: rgb(183,238,204); }
H1.HeaderClassName
{
color: #B7EECC;
}
.AnyTagClassName
{
color: #B7EECC;
}
</style>
background-color css
<style>
a { background-color: #B7EECC; }
a { background-color: rgb(183,238,204); }
div.DivClassName
{
background-color: #B7EECC;
}
.BgClassName
{
background-color: #B7EECC;
}
</style>
border-color css
<style>
span { border-color: #B7EECC; }
span { border-color: rgb(183,238,204); }
td.TdClassName
{
border-color: #B7EECC;
}
.TagClassName
{
border-color: #B7EECC;
}
</style>