Shades of Vista Blue #7FEEAB
Tints of Vista Blue #7FEEAB
RGB
CMYK
RGB Variations
Color information
#7FEEAB (or 0x7FEEAB) is known color: Vista Blue. HEX triplet: 7F, EE and AB. RGB value is (127,238,171). Sum of RGB (Red+Green+Blue) = 127+238+171=536 (70% of max value = 765). Red value is 127 (50% from 255 or 23.69% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEEAB is #801154. Grayscale: #C5C5C5. Windows color (decimal): -8393045 or 11267711. OLE color: 11267711.
HSL color Cylindrical-coordinate representation of color #7FEEAB: hue angle of 143.78º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEEAB is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 171 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.07 |
| HSL | 143.78º | 0.77% | 0.72% | - |
| HSV(B) | 143.78º | 0.47% | 0.93% | - |
| XYZ | 46.68 | 68.6 | 49.31 | - |
| YUV | 197.17 | 113.23 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 171 | 0.47 | 0 | 0.28 | 0.07 | 143.78 | 0.77 | 0.72 |
| Hex | 7F | EE | AB | 2F | 0 | 1C | 7 | 90 | 4D | 48 |
| Octal | 177 | 356 | 253 | 57 | 0 | 34 | 7 | 220 | 115 | 110 |
| Binary | 1111111 | 11101110 | 10101011 | 101111 | 0 | 11100 | 111 | 10010000 | 1001101 | 1001000 |
Color Harmonies of #7FEEAB
Complementary color
Monochromatic Colors of #7FEEAB
Black with #7FEEAB
Text Example
Text Example
White with #7FEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEEAB; }
p { color: rgb(127,238,171); }
H1.HeaderClassName
{
color: #7FEEAB;
}
.AnyTagClassName
{
color: #7FEEAB;
}
</style>
background-color css
<style>
a { background-color: #7FEEAB; }
a { background-color: rgb(127,238,171); }
div.DivClassName
{
background-color: #7FEEAB;
}
.BgClassName
{
background-color: #7FEEAB;
}
</style>
border-color css
<style>
span { border-color: #7FEEAB; }
span { border-color: rgb(127,238,171); }
td.TdClassName
{
border-color: #7FEEAB;
}
.TagClassName
{
border-color: #7FEEAB;
}
</style>