Shades of Vista Blue #7FEEA5
Tints of Vista Blue #7FEEA5
RGB
CMYK
RGB Variations
Color information
#7FEEA5 (or 0x7FEEA5) is known color: Vista Blue. HEX triplet: 7F, EE and A5. RGB value is (127,238,165). Sum of RGB (Red+Green+Blue) = 127+238+165=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEEA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEEA5 is #80115A. Grayscale: #C4C4C4. Windows color (decimal): -8393051 or 10874495. OLE color: 10874495.
HSL color Cylindrical-coordinate representation of color #7FEEA5: hue angle of 140.54º 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 #7FEEA5 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 165 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.07 |
| HSL | 140.54º | 0.77% | 0.72% | - |
| HSV(B) | 140.54º | 0.47% | 0.93% | - |
| XYZ | 46.12 | 68.38 | 46.36 | - |
| YUV | 196.49 | 110.23 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 165 | 0.47 | 0 | 0.31 | 0.07 | 140.54 | 0.77 | 0.72 |
| Hex | 7F | EE | A5 | 2F | 0 | 1F | 7 | 8D | 4D | 48 |
| Octal | 177 | 356 | 245 | 57 | 0 | 37 | 7 | 215 | 115 | 110 |
| Binary | 1111111 | 11101110 | 10100101 | 101111 | 0 | 11111 | 111 | 10001101 | 1001101 | 1001000 |
Color Harmonies of #7FEEA5
Complementary color
Monochromatic Colors of #7FEEA5
Black with #7FEEA5
Text Example
Text Example
White with #7FEEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEEA5; }
p { color: rgb(127,238,165); }
H1.HeaderClassName
{
color: #7FEEA5;
}
.AnyTagClassName
{
color: #7FEEA5;
}
</style>
background-color css
<style>
a { background-color: #7FEEA5; }
a { background-color: rgb(127,238,165); }
div.DivClassName
{
background-color: #7FEEA5;
}
.BgClassName
{
background-color: #7FEEA5;
}
</style>
border-color css
<style>
span { border-color: #7FEEA5; }
span { border-color: rgb(127,238,165); }
td.TdClassName
{
border-color: #7FEEA5;
}
.TagClassName
{
border-color: #7FEEA5;
}
</style>