Shades of Aero Blue #B8EDD1
Tints of Aero Blue #B8EDD1
RGB
CMYK
RGB Variations
Color information
#B8EDD1 (or 0xB8EDD1) is known color: Aero Blue. HEX triplet: B8, ED and D1. RGB value is (184,237,209). Sum of RGB (Red+Green+Blue) = 184+237+209=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDD1 is #47122E. Grayscale: #DADADA. Windows color (decimal): -4657711 or 13757880. OLE color: 13757880.
HSL color Cylindrical-coordinate representation of color #B8EDD1: hue angle of 148.3º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EDD1 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 237 | 209 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.07 |
| HSL | 148.3º | 0.6% | 0.83% | - |
| HSV(B) | 148.3º | 0.22% | 0.93% | - |
| XYZ | 61.56 | 75.36 | 71.62 | - |
| YUV | 217.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 237 | 209 | 0.22 | 0 | 0.12 | 0.07 | 148.3 | 0.6 | 0.83 |
| Hex | B8 | ED | D1 | 16 | 0 | C | 7 | 94 | 3C | 53 |
| Octal | 270 | 355 | 321 | 26 | 0 | 14 | 7 | 224 | 74 | 123 |
| Binary | 10111000 | 11101101 | 11010001 | 10110 | 0 | 1100 | 111 | 10010100 | 111100 | 1010011 |
Color Harmonies of #B8EDD1
Complementary color
Monochromatic Colors of #B8EDD1
Black with #B8EDD1
Text Example
Text Example
White with #B8EDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EDD1; }
p { color: rgb(184,237,209); }
H1.HeaderClassName
{
color: #B8EDD1;
}
.AnyTagClassName
{
color: #B8EDD1;
}
</style>
background-color css
<style>
a { background-color: #B8EDD1; }
a { background-color: rgb(184,237,209); }
div.DivClassName
{
background-color: #B8EDD1;
}
.BgClassName
{
background-color: #B8EDD1;
}
</style>
border-color css
<style>
span { border-color: #B8EDD1; }
span { border-color: rgb(184,237,209); }
td.TdClassName
{
border-color: #B8EDD1;
}
.TagClassName
{
border-color: #B8EDD1;
}
</style>