Shades of Aero Blue #B7EACF
Tints of Aero Blue #B7EACF
RGB
CMYK
RGB Variations
Color information
#B7EACF (or 0xB7EACF) is known color: Aero Blue. HEX triplet: B7, EA and CF. RGB value is (183,234,207). Sum of RGB (Red+Green+Blue) = 183+234+207=624 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.33% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #B7EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EACF is #481530. Grayscale: #D7D7D7. Windows color (decimal): -4724017 or 13626039. OLE color: 13626039.
HSL color Cylindrical-coordinate representation of color #B7EACF: hue angle of 148.24º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7EACF is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 234 | 207 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.08 |
| HSL | 148.24º | 0.55% | 0.82% | - |
| HSV(B) | 148.24º | 0.22% | 0.92% | - |
| XYZ | 60.21 | 73.42 | 70.03 | - |
| YUV | 215.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 234 | 207 | 0.22 | 0 | 0.12 | 0.08 | 148.24 | 0.55 | 0.82 |
| Hex | B7 | EA | CF | 16 | 0 | C | 8 | 94 | 37 | 52 |
| Octal | 267 | 352 | 317 | 26 | 0 | 14 | 10 | 224 | 67 | 122 |
| Binary | 10110111 | 11101010 | 11001111 | 10110 | 0 | 1100 | 1000 | 10010100 | 110111 | 1010010 |
Color Harmonies of #B7EACF
Complementary color
Monochromatic Colors of #B7EACF
Black with #B7EACF
Text Example
Text Example
White with #B7EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EACF; }
p { color: rgb(183,234,207); }
H1.HeaderClassName
{
color: #B7EACF;
}
.AnyTagClassName
{
color: #B7EACF;
}
</style>
background-color css
<style>
a { background-color: #B7EACF; }
a { background-color: rgb(183,234,207); }
div.DivClassName
{
background-color: #B7EACF;
}
.BgClassName
{
background-color: #B7EACF;
}
</style>
border-color css
<style>
span { border-color: #B7EACF; }
span { border-color: rgb(183,234,207); }
td.TdClassName
{
border-color: #B7EACF;
}
.TagClassName
{
border-color: #B7EACF;
}
</style>