Shades of Vista Blue #7FE3B5
Tints of Vista Blue #7FE3B5
RGB
CMYK
RGB Variations
Color information
#7FE3B5 (or 0x7FE3B5) is known color: Vista Blue. HEX triplet: 7F, E3 and B5. RGB value is (127,227,181). Sum of RGB (Red+Green+Blue) = 127+227+181=535 (70% of max value = 765). Red value is 127 (50% from 255 or 23.74% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #7FE3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE3B5 is #801C4A. Grayscale: #BFBFBF. Windows color (decimal): -8395851 or 11920255. OLE color: 11920255.
HSL color Cylindrical-coordinate representation of color #7FE3B5: hue angle of 152.4º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE3B5 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 227 | 181 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.11 |
| HSL | 152.4º | 0.64% | 0.69% | - |
| HSV(B) | 152.4º | 0.44% | 0.89% | - |
| XYZ | 44.56 | 62.79 | 53.49 | - |
| YUV | 191.86 | 121.87 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 227 | 181 | 0.44 | 0 | 0.20 | 0.11 | 152.4 | 0.64 | 0.69 |
| Hex | 7F | E3 | B5 | 2C | 0 | 14 | B | 98 | 40 | 45 |
| Octal | 177 | 343 | 265 | 54 | 0 | 24 | 13 | 230 | 100 | 105 |
| Binary | 1111111 | 11100011 | 10110101 | 101100 | 0 | 10100 | 1011 | 10011000 | 1000000 | 1000101 |
Color Harmonies of #7FE3B5
Complementary color
Monochromatic Colors of #7FE3B5
Black with #7FE3B5
Text Example
Text Example
White with #7FE3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE3B5; }
p { color: rgb(127,227,181); }
H1.HeaderClassName
{
color: #7FE3B5;
}
.AnyTagClassName
{
color: #7FE3B5;
}
</style>
background-color css
<style>
a { background-color: #7FE3B5; }
a { background-color: rgb(127,227,181); }
div.DivClassName
{
background-color: #7FE3B5;
}
.BgClassName
{
background-color: #7FE3B5;
}
</style>
border-color css
<style>
span { border-color: #7FE3B5; }
span { border-color: rgb(127,227,181); }
td.TdClassName
{
border-color: #7FE3B5;
}
.TagClassName
{
border-color: #7FE3B5;
}
</style>