Shades of Vista Blue #95F5B1
Tints of Vista Blue #95F5B1
RGB
CMYK
RGB Variations
Color information
#95F5B1 (or 0x95F5B1) is known color: Vista Blue. HEX triplet: 95, F5 and B1. RGB value is (149,245,177). Sum of RGB (Red+Green+Blue) = 149+245+177=571 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.09% from 571); Green value is 245 (96.09% from 255 or 42.91% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 245 - color contains mainly: green. Hex color #95F5B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F5B1 is #6A0A4E. Grayscale: #D0D0D0. Windows color (decimal): -6949455 or 11662741. OLE color: 11662741.
HSL color Cylindrical-coordinate representation of color #95F5B1: hue angle of 137.5º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F5B1 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 245 | 177 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.04 |
| HSL | 137.5º | 0.83% | 0.77% | - |
| HSV(B) | 137.5º | 0.39% | 0.96% | - |
| XYZ | 52.98 | 74.87 | 53.25 | - |
| YUV | 208.54 | 110.2 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 245 | 177 | 0.39 | 0 | 0.28 | 0.04 | 137.5 | 0.83 | 0.77 |
| Hex | 95 | F5 | B1 | 27 | 0 | 1C | 4 | 8A | 53 | 4D |
| Octal | 225 | 365 | 261 | 47 | 0 | 34 | 4 | 212 | 123 | 115 |
| Binary | 10010101 | 11110101 | 10110001 | 100111 | 0 | 11100 | 100 | 10001010 | 1010011 | 1001101 |
Color Harmonies of #95F5B1
Complementary color
Monochromatic Colors of #95F5B1
Black with #95F5B1
Text Example
Text Example
White with #95F5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F5B1; }
p { color: rgb(149,245,177); }
H1.HeaderClassName
{
color: #95F5B1;
}
.AnyTagClassName
{
color: #95F5B1;
}
</style>
background-color css
<style>
a { background-color: #95F5B1; }
a { background-color: rgb(149,245,177); }
div.DivClassName
{
background-color: #95F5B1;
}
.BgClassName
{
background-color: #95F5B1;
}
</style>
border-color css
<style>
span { border-color: #95F5B1; }
span { border-color: rgb(149,245,177); }
td.TdClassName
{
border-color: #95F5B1;
}
.TagClassName
{
border-color: #95F5B1;
}
</style>