Shades of Aero Blue #B7F3D3
Tints of Aero Blue #B7F3D3
RGB
CMYK
RGB Variations
Color information
#B7F3D3 (or 0xB7F3D3) is known color: Aero Blue. HEX triplet: B7, F3 and D3. RGB value is (183,243,211). Sum of RGB (Red+Green+Blue) = 183+243+211=637 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.73% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F3D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F3D3 is #480C2C. Grayscale: #DDDDDD. Windows color (decimal): -4721709 or 13890487. OLE color: 13890487.
HSL color Cylindrical-coordinate representation of color #B7F3D3: hue angle of 148º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F3D3 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 243 | 211 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.05 |
| HSL | 148º | 0.71% | 0.84% | - |
| HSV(B) | 148º | 0.25% | 0.95% | - |
| XYZ | 63.34 | 78.87 | 73.51 | - |
| YUV | 221.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 243 | 211 | 0.25 | 0 | 0.13 | 0.05 | 148 | 0.71 | 0.84 |
| Hex | B7 | F3 | D3 | 19 | 0 | D | 5 | 94 | 47 | 54 |
| Octal | 267 | 363 | 323 | 31 | 0 | 15 | 5 | 224 | 107 | 124 |
| Binary | 10110111 | 11110011 | 11010011 | 11001 | 0 | 1101 | 101 | 10010100 | 1000111 | 1010100 |
Color Harmonies of #B7F3D3
Complementary color
Monochromatic Colors of #B7F3D3
Black with #B7F3D3
Text Example
Text Example
White with #B7F3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F3D3; }
p { color: rgb(183,243,211); }
H1.HeaderClassName
{
color: #B7F3D3;
}
.AnyTagClassName
{
color: #B7F3D3;
}
</style>
background-color css
<style>
a { background-color: #B7F3D3; }
a { background-color: rgb(183,243,211); }
div.DivClassName
{
background-color: #B7F3D3;
}
.BgClassName
{
background-color: #B7F3D3;
}
</style>
border-color css
<style>
span { border-color: #B7F3D3; }
span { border-color: rgb(183,243,211); }
td.TdClassName
{
border-color: #B7F3D3;
}
.TagClassName
{
border-color: #B7F3D3;
}
</style>