Shades of Aero Blue #B8ECCF
Tints of Aero Blue #B8ECCF
RGB
CMYK
RGB Variations
Color information
#B8ECCF (or 0xB8ECCF) is known color: Aero Blue. HEX triplet: B8, EC and CF. RGB value is (184,236,207). Sum of RGB (Red+Green+Blue) = 184+236+207=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECCF is #471330. Grayscale: #D9D9D9. Windows color (decimal): -4657969 or 13626552. OLE color: 13626552.
HSL color Cylindrical-coordinate representation of color #B8ECCF: hue angle of 146.54º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8ECCF is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 207 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.07 |
| HSL | 146.54º | 0.58% | 0.82% | - |
| HSV(B) | 146.54º | 0.22% | 0.93% | - |
| XYZ | 61.03 | 74.69 | 70.23 | - |
| YUV | 217.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 207 | 0.22 | 0 | 0.12 | 0.07 | 146.54 | 0.58 | 0.82 |
| Hex | B8 | EC | CF | 16 | 0 | C | 7 | 93 | 3A | 52 |
| Octal | 270 | 354 | 317 | 26 | 0 | 14 | 7 | 223 | 72 | 122 |
| Binary | 10111000 | 11101100 | 11001111 | 10110 | 0 | 1100 | 111 | 10010011 | 111010 | 1010010 |
Color Harmonies of #B8ECCF
Complementary color
Monochromatic Colors of #B8ECCF
Black with #B8ECCF
Text Example
Text Example
White with #B8ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ECCF; }
p { color: rgb(184,236,207); }
H1.HeaderClassName
{
color: #B8ECCF;
}
.AnyTagClassName
{
color: #B8ECCF;
}
</style>
background-color css
<style>
a { background-color: #B8ECCF; }
a { background-color: rgb(184,236,207); }
div.DivClassName
{
background-color: #B8ECCF;
}
.BgClassName
{
background-color: #B8ECCF;
}
</style>
border-color css
<style>
span { border-color: #B8ECCF; }
span { border-color: rgb(184,236,207); }
td.TdClassName
{
border-color: #B8ECCF;
}
.TagClassName
{
border-color: #B8ECCF;
}
</style>