Shades of Aero Blue #B7F2D3
Tints of Aero Blue #B7F2D3
RGB
CMYK
RGB Variations
Color information
#B7F2D3 (or 0xB7F2D3) is known color: Aero Blue. HEX triplet: B7, F2 and D3. RGB value is (183,242,211). Sum of RGB (Red+Green+Blue) = 183+242+211=636 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.77% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F2D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F2D3 is #480D2C. Grayscale: #DCDCDC. Windows color (decimal): -4721965 or 13890231. OLE color: 13890231.
HSL color Cylindrical-coordinate representation of color #B7F2D3: hue angle of 148.47º 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 #B7F2D3 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 242 | 211 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.05 |
| HSL | 148.47º | 0.69% | 0.83% | - |
| HSV(B) | 148.47º | 0.24% | 0.95% | - |
| XYZ | 63.04 | 78.27 | 73.41 | - |
| YUV | 220.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 242 | 211 | 0.24 | 0 | 0.13 | 0.05 | 148.47 | 0.69 | 0.83 |
| Hex | B7 | F2 | D3 | 18 | 0 | D | 5 | 94 | 45 | 53 |
| Octal | 267 | 362 | 323 | 30 | 0 | 15 | 5 | 224 | 105 | 123 |
| Binary | 10110111 | 11110010 | 11010011 | 11000 | 0 | 1101 | 101 | 10010100 | 1000101 | 1010011 |
Color Harmonies of #B7F2D3
Complementary color
Monochromatic Colors of #B7F2D3
Black with #B7F2D3
Text Example
Text Example
White with #B7F2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F2D3; }
p { color: rgb(183,242,211); }
H1.HeaderClassName
{
color: #B7F2D3;
}
.AnyTagClassName
{
color: #B7F2D3;
}
</style>
background-color css
<style>
a { background-color: #B7F2D3; }
a { background-color: rgb(183,242,211); }
div.DivClassName
{
background-color: #B7F2D3;
}
.BgClassName
{
background-color: #B7F2D3;
}
</style>
border-color css
<style>
span { border-color: #B7F2D3; }
span { border-color: rgb(183,242,211); }
td.TdClassName
{
border-color: #B7F2D3;
}
.TagClassName
{
border-color: #B7F2D3;
}
</style>