Shades of Aero Blue #B6E6CA
Tints of Aero Blue #B6E6CA
RGB
CMYK
RGB Variations
Color information
#B6E6CA (or 0xB6E6CA) is known color: Aero Blue. HEX triplet: B6, E6 and CA. RGB value is (182,230,202). Sum of RGB (Red+Green+Blue) = 182+230+202=614 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.64% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #B6E6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E6CA is #491935. Grayscale: #D4D4D4. Windows color (decimal): -4790582 or 13297334. OLE color: 13297334.
HSL color Cylindrical-coordinate representation of color #B6E6CA: hue angle of 145º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6E6CA is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 230 | 202 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.10 |
| HSL | 145º | 0.49% | 0.81% | - |
| HSV(B) | 145º | 0.21% | 0.9% | - |
| XYZ | 58.25 | 70.8 | 66.47 | - |
| YUV | 212.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 230 | 202 | 0.21 | 0 | 0.12 | 0.10 | 145 | 0.49 | 0.81 |
| Hex | B6 | E6 | CA | 15 | 0 | C | A | 91 | 31 | 51 |
| Octal | 266 | 346 | 312 | 25 | 0 | 14 | 12 | 221 | 61 | 121 |
| Binary | 10110110 | 11100110 | 11001010 | 10101 | 0 | 1100 | 1010 | 10010001 | 110001 | 1010001 |
Color Harmonies of #B6E6CA
Complementary color
Monochromatic Colors of #B6E6CA
Black with #B6E6CA
Text Example
Text Example
White with #B6E6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E6CA; }
p { color: rgb(182,230,202); }
H1.HeaderClassName
{
color: #B6E6CA;
}
.AnyTagClassName
{
color: #B6E6CA;
}
</style>
background-color css
<style>
a { background-color: #B6E6CA; }
a { background-color: rgb(182,230,202); }
div.DivClassName
{
background-color: #B6E6CA;
}
.BgClassName
{
background-color: #B6E6CA;
}
</style>
border-color css
<style>
span { border-color: #B6E6CA; }
span { border-color: rgb(182,230,202); }
td.TdClassName
{
border-color: #B6E6CA;
}
.TagClassName
{
border-color: #B6E6CA;
}
</style>