Shades of Aero Blue #B7F3D2
Tints of Aero Blue #B7F3D2
RGB
CMYK
RGB Variations
Color information
#B7F3D2 (or 0xB7F3D2) is known color: Aero Blue. HEX triplet: B7, F3 and D2. RGB value is (183,243,210). Sum of RGB (Red+Green+Blue) = 183+243+210=636 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.77% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F3D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F3D2 is #480C2D. Grayscale: #DDDDDD. Windows color (decimal): -4721710 or 13824951. OLE color: 13824951.
HSL color Cylindrical-coordinate representation of color #B7F3D2: hue angle of 147º 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 #B7F3D2 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 243 | 210 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.05 |
| HSL | 147º | 0.71% | 0.84% | - |
| HSV(B) | 147º | 0.25% | 0.95% | - |
| XYZ | 63.21 | 78.82 | 72.86 | - |
| YUV | 221.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 243 | 210 | 0.25 | 0 | 0.14 | 0.05 | 147 | 0.71 | 0.84 |
| Hex | B7 | F3 | D2 | 19 | 0 | E | 5 | 93 | 47 | 54 |
| Octal | 267 | 363 | 322 | 31 | 0 | 16 | 5 | 223 | 107 | 124 |
| Binary | 10110111 | 11110011 | 11010010 | 11001 | 0 | 1110 | 101 | 10010011 | 1000111 | 1010100 |
Color Harmonies of #B7F3D2
Complementary color
Monochromatic Colors of #B7F3D2
Black with #B7F3D2
Text Example
Text Example
White with #B7F3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F3D2; }
p { color: rgb(183,243,210); }
H1.HeaderClassName
{
color: #B7F3D2;
}
.AnyTagClassName
{
color: #B7F3D2;
}
</style>
background-color css
<style>
a { background-color: #B7F3D2; }
a { background-color: rgb(183,243,210); }
div.DivClassName
{
background-color: #B7F3D2;
}
.BgClassName
{
background-color: #B7F3D2;
}
</style>
border-color css
<style>
span { border-color: #B7F3D2; }
span { border-color: rgb(183,243,210); }
td.TdClassName
{
border-color: #B7F3D2;
}
.TagClassName
{
border-color: #B7F3D2;
}
</style>