Shades of Aero Blue #B7EECF
Tints of Aero Blue #B7EECF
RGB
CMYK
RGB Variations
Color information
#B7EECF (or 0xB7EECF) is known color: Aero Blue. HEX triplet: B7, EE and CF. RGB value is (183,238,207). Sum of RGB (Red+Green+Blue) = 183+238+207=628 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.14% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #B7EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EECF is #481130. Grayscale: #DADADA. Windows color (decimal): -4722993 or 13627063. OLE color: 13627063.
HSL color Cylindrical-coordinate representation of color #B7EECF: hue angle of 146.18º 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 #B7EECF is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 238 | 207 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.07 |
| HSL | 146.18º | 0.62% | 0.83% | - |
| HSV(B) | 146.18º | 0.23% | 0.93% | - |
| XYZ | 61.37 | 75.72 | 70.41 | - |
| YUV | 218.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 238 | 207 | 0.23 | 0 | 0.13 | 0.07 | 146.18 | 0.62 | 0.83 |
| Hex | B7 | EE | CF | 17 | 0 | D | 7 | 92 | 3E | 53 |
| Octal | 267 | 356 | 317 | 27 | 0 | 15 | 7 | 222 | 76 | 123 |
| Binary | 10110111 | 11101110 | 11001111 | 10111 | 0 | 1101 | 111 | 10010010 | 111110 | 1010011 |
Color Harmonies of #B7EECF
Complementary color
Monochromatic Colors of #B7EECF
Black with #B7EECF
Text Example
Text Example
White with #B7EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EECF; }
p { color: rgb(183,238,207); }
H1.HeaderClassName
{
color: #B7EECF;
}
.AnyTagClassName
{
color: #B7EECF;
}
</style>
background-color css
<style>
a { background-color: #B7EECF; }
a { background-color: rgb(183,238,207); }
div.DivClassName
{
background-color: #B7EECF;
}
.BgClassName
{
background-color: #B7EECF;
}
</style>
border-color css
<style>
span { border-color: #B7EECF; }
span { border-color: rgb(183,238,207); }
td.TdClassName
{
border-color: #B7EECF;
}
.TagClassName
{
border-color: #B7EECF;
}
</style>