Shades of Aero Blue #B8EFD6
Tints of Aero Blue #B8EFD6
RGB
CMYK
RGB Variations
Color information
#B8EFD6 (or 0xB8EFD6) is known color: Aero Blue. HEX triplet: B8, EF and D6. RGB value is (184,239,214). Sum of RGB (Red+Green+Blue) = 184+239+214=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EFD6 is #471029. Grayscale: #DBDBDB. Windows color (decimal): -4657194 or 14086072. OLE color: 14086072.
HSL color Cylindrical-coordinate representation of color #B8EFD6: hue angle of 152.73º 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 #B8EFD6 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 239 | 214 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.06 |
| HSL | 152.73º | 0.63% | 0.83% | - |
| HSV(B) | 152.73º | 0.23% | 0.94% | - |
| XYZ | 62.77 | 76.78 | 75.13 | - |
| YUV | 219.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 214 | 0.23 | 0 | 0.10 | 0.06 | 152.73 | 0.63 | 0.83 |
| Hex | B8 | EF | D6 | 17 | 0 | A | 6 | 99 | 3F | 53 |
| Octal | 270 | 357 | 326 | 27 | 0 | 12 | 6 | 231 | 77 | 123 |
| Binary | 10111000 | 11101111 | 11010110 | 10111 | 0 | 1010 | 110 | 10011001 | 111111 | 1010011 |
Color Harmonies of #B8EFD6
Complementary color
Monochromatic Colors of #B8EFD6
Black with #B8EFD6
Text Example
Text Example
White with #B8EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EFD6; }
p { color: rgb(184,239,214); }
H1.HeaderClassName
{
color: #B8EFD6;
}
.AnyTagClassName
{
color: #B8EFD6;
}
</style>
background-color css
<style>
a { background-color: #B8EFD6; }
a { background-color: rgb(184,239,214); }
div.DivClassName
{
background-color: #B8EFD6;
}
.BgClassName
{
background-color: #B8EFD6;
}
</style>
border-color css
<style>
span { border-color: #B8EFD6; }
span { border-color: rgb(184,239,214); }
td.TdClassName
{
border-color: #B8EFD6;
}
.TagClassName
{
border-color: #B8EFD6;
}
</style>