Shades of Aero Blue #B6EECB
Tints of Aero Blue #B6EECB
RGB
CMYK
RGB Variations
Color information
#B6EECB (or 0xB6EECB) is known color: Aero Blue. HEX triplet: B6, EE and CB. RGB value is (182,238,203). Sum of RGB (Red+Green+Blue) = 182+238+203=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #B6EECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EECB is #491134. Grayscale: #D9D9D9. Windows color (decimal): -4788533 or 13364918. OLE color: 13364918.
HSL color Cylindrical-coordinate representation of color #B6EECB: hue angle of 142.5º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6EECB is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 238 | 203 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.07 |
| HSL | 142.5º | 0.62% | 0.82% | - |
| HSV(B) | 142.5º | 0.24% | 0.93% | - |
| XYZ | 60.65 | 75.41 | 67.86 | - |
| YUV | 217.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 238 | 203 | 0.24 | 0 | 0.15 | 0.07 | 142.5 | 0.62 | 0.82 |
| Hex | B6 | EE | CB | 18 | 0 | F | 7 | 8E | 3E | 52 |
| Octal | 266 | 356 | 313 | 30 | 0 | 17 | 7 | 216 | 76 | 122 |
| Binary | 10110110 | 11101110 | 11001011 | 11000 | 0 | 1111 | 111 | 10001110 | 111110 | 1010010 |
Color Harmonies of #B6EECB
Complementary color
Monochromatic Colors of #B6EECB
Black with #B6EECB
Text Example
Text Example
White with #B6EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EECB; }
p { color: rgb(182,238,203); }
H1.HeaderClassName
{
color: #B6EECB;
}
.AnyTagClassName
{
color: #B6EECB;
}
</style>
background-color css
<style>
a { background-color: #B6EECB; }
a { background-color: rgb(182,238,203); }
div.DivClassName
{
background-color: #B6EECB;
}
.BgClassName
{
background-color: #B6EECB;
}
</style>
border-color css
<style>
span { border-color: #B6EECB; }
span { border-color: rgb(182,238,203); }
td.TdClassName
{
border-color: #B6EECB;
}
.TagClassName
{
border-color: #B6EECB;
}
</style>