Shades of Aero Blue #B7F2CF
Tints of Aero Blue #B7F2CF
RGB
CMYK
RGB Variations
Color information
#B7F2CF (or 0xB7F2CF) is known color: Aero Blue. HEX triplet: B7, F2 and CF. RGB value is (183,242,207). Sum of RGB (Red+Green+Blue) = 183+242+207=632 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.96% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F2CF is #480D30. Grayscale: #DCDCDC. Windows color (decimal): -4721969 or 13628087. OLE color: 13628087.
HSL color Cylindrical-coordinate representation of color #B7F2CF: hue angle of 144.41º 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 #B7F2CF is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 242 | 207 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.05 |
| HSL | 144.41º | 0.69% | 0.83% | - |
| HSV(B) | 144.41º | 0.24% | 0.95% | - |
| XYZ | 62.54 | 78.08 | 70.81 | - |
| YUV | 220.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 242 | 207 | 0.24 | 0 | 0.14 | 0.05 | 144.41 | 0.69 | 0.83 |
| Hex | B7 | F2 | CF | 18 | 0 | E | 5 | 90 | 45 | 53 |
| Octal | 267 | 362 | 317 | 30 | 0 | 16 | 5 | 220 | 105 | 123 |
| Binary | 10110111 | 11110010 | 11001111 | 11000 | 0 | 1110 | 101 | 10010000 | 1000101 | 1010011 |
Color Harmonies of #B7F2CF
Complementary color
Monochromatic Colors of #B7F2CF
Black with #B7F2CF
Text Example
Text Example
White with #B7F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F2CF; }
p { color: rgb(183,242,207); }
H1.HeaderClassName
{
color: #B7F2CF;
}
.AnyTagClassName
{
color: #B7F2CF;
}
</style>
background-color css
<style>
a { background-color: #B7F2CF; }
a { background-color: rgb(183,242,207); }
div.DivClassName
{
background-color: #B7F2CF;
}
.BgClassName
{
background-color: #B7F2CF;
}
</style>
border-color css
<style>
span { border-color: #B7F2CF; }
span { border-color: rgb(183,242,207); }
td.TdClassName
{
border-color: #B7F2CF;
}
.TagClassName
{
border-color: #B7F2CF;
}
</style>