Shades of Aero Blue #B7F2D6
Tints of Aero Blue #B7F2D6
RGB
CMYK
RGB Variations
Color information
#B7F2D6 (or 0xB7F2D6) is known color: Aero Blue. HEX triplet: B7, F2 and D6. RGB value is (183,242,214). Sum of RGB (Red+Green+Blue) = 183+242+214=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F2D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F2D6 is #480D29. Grayscale: #DDDDDD. Windows color (decimal): -4721962 or 14086839. OLE color: 14086839.
HSL color Cylindrical-coordinate representation of color #B7F2D6: hue angle of 151.53º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F2D6 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 242 | 214 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.05 |
| HSL | 151.53º | 0.69% | 0.83% | - |
| HSV(B) | 151.53º | 0.24% | 0.95% | - |
| XYZ | 63.42 | 78.43 | 75.41 | - |
| YUV | 221.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 242 | 214 | 0.24 | 0 | 0.12 | 0.05 | 151.53 | 0.69 | 0.83 |
| Hex | B7 | F2 | D6 | 18 | 0 | C | 5 | 98 | 45 | 53 |
| Octal | 267 | 362 | 326 | 30 | 0 | 14 | 5 | 230 | 105 | 123 |
| Binary | 10110111 | 11110010 | 11010110 | 11000 | 0 | 1100 | 101 | 10011000 | 1000101 | 1010011 |
Color Harmonies of #B7F2D6
Complementary color
Monochromatic Colors of #B7F2D6
Black with #B7F2D6
Text Example
Text Example
White with #B7F2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F2D6; }
p { color: rgb(183,242,214); }
H1.HeaderClassName
{
color: #B7F2D6;
}
.AnyTagClassName
{
color: #B7F2D6;
}
</style>
background-color css
<style>
a { background-color: #B7F2D6; }
a { background-color: rgb(183,242,214); }
div.DivClassName
{
background-color: #B7F2D6;
}
.BgClassName
{
background-color: #B7F2D6;
}
</style>
border-color css
<style>
span { border-color: #B7F2D6; }
span { border-color: rgb(183,242,214); }
td.TdClassName
{
border-color: #B7F2D6;
}
.TagClassName
{
border-color: #B7F2D6;
}
</style>