Shades of Aero Blue #B8EFCF
Tints of Aero Blue #B8EFCF
RGB
CMYK
RGB Variations
Color information
#B8EFCF (or 0xB8EFCF) is known color: Aero Blue. HEX triplet: B8, EF and CF. RGB value is (184,239,207). Sum of RGB (Red+Green+Blue) = 184+239+207=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EFCF is #471030. Grayscale: #DADADA. Windows color (decimal): -4657201 or 13627320. OLE color: 13627320.
HSL color Cylindrical-coordinate representation of color #B8EFCF: hue angle of 145.09º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EFCF is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 239 | 207 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.06 |
| HSL | 145.09º | 0.63% | 0.83% | - |
| HSV(B) | 145.09º | 0.23% | 0.94% | - |
| XYZ | 61.9 | 76.43 | 70.52 | - |
| YUV | 218.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 207 | 0.23 | 0 | 0.13 | 0.06 | 145.09 | 0.63 | 0.83 |
| Hex | B8 | EF | CF | 17 | 0 | D | 6 | 91 | 3F | 53 |
| Octal | 270 | 357 | 317 | 27 | 0 | 15 | 6 | 221 | 77 | 123 |
| Binary | 10111000 | 11101111 | 11001111 | 10111 | 0 | 1101 | 110 | 10010001 | 111111 | 1010011 |
Color Harmonies of #B8EFCF
Complementary color
Monochromatic Colors of #B8EFCF
Black with #B8EFCF
Text Example
Text Example
White with #B8EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EFCF; }
p { color: rgb(184,239,207); }
H1.HeaderClassName
{
color: #B8EFCF;
}
.AnyTagClassName
{
color: #B8EFCF;
}
</style>
background-color css
<style>
a { background-color: #B8EFCF; }
a { background-color: rgb(184,239,207); }
div.DivClassName
{
background-color: #B8EFCF;
}
.BgClassName
{
background-color: #B8EFCF;
}
</style>
border-color css
<style>
span { border-color: #B8EFCF; }
span { border-color: rgb(184,239,207); }
td.TdClassName
{
border-color: #B8EFCF;
}
.TagClassName
{
border-color: #B8EFCF;
}
</style>