Shades of Vista Blue #7FDEA6
Tints of Vista Blue #7FDEA6
RGB
CMYK
RGB Variations
Color information
#7FDEA6 (or 0x7FDEA6) is known color: Vista Blue. HEX triplet: 7F, DE and A6. RGB value is (127,222,166). Sum of RGB (Red+Green+Blue) = 127+222+166=515 (68% of max value = 765). Red value is 127 (50% from 255 or 24.66% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDEA6 is #802159. Grayscale: #BBBBBB. Windows color (decimal): -8397146 or 10935935. OLE color: 10935935.
HSL color Cylindrical-coordinate representation of color #7FDEA6: hue angle of 144.63º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDEA6 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 222 | 166 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.13 |
| HSL | 144.63º | 0.59% | 0.68% | - |
| HSV(B) | 144.63º | 0.43% | 0.87% | - |
| XYZ | 41.76 | 59.51 | 45.36 | - |
| YUV | 187.21 | 116.03 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 166 | 0.43 | 0 | 0.25 | 0.13 | 144.63 | 0.59 | 0.68 |
| Hex | 7F | DE | A6 | 2B | 0 | 19 | D | 91 | 3B | 44 |
| Octal | 177 | 336 | 246 | 53 | 0 | 31 | 15 | 221 | 73 | 104 |
| Binary | 1111111 | 11011110 | 10100110 | 101011 | 0 | 11001 | 1101 | 10010001 | 111011 | 1000100 |
Color Harmonies of #7FDEA6
Complementary color
Monochromatic Colors of #7FDEA6
Black with #7FDEA6
Text Example
Text Example
White with #7FDEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDEA6; }
p { color: rgb(127,222,166); }
H1.HeaderClassName
{
color: #7FDEA6;
}
.AnyTagClassName
{
color: #7FDEA6;
}
</style>
background-color css
<style>
a { background-color: #7FDEA6; }
a { background-color: rgb(127,222,166); }
div.DivClassName
{
background-color: #7FDEA6;
}
.BgClassName
{
background-color: #7FDEA6;
}
</style>
border-color css
<style>
span { border-color: #7FDEA6; }
span { border-color: rgb(127,222,166); }
td.TdClassName
{
border-color: #7FDEA6;
}
.TagClassName
{
border-color: #7FDEA6;
}
</style>