Shades of Vista Blue #95F1B9
Tints of Vista Blue #95F1B9
RGB
CMYK
RGB Variations
Color information
#95F1B9 (or 0x95F1B9) is known color: Vista Blue. HEX triplet: 95, F1 and B9. RGB value is (149,241,185). Sum of RGB (Red+Green+Blue) = 149+241+185=575 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.91% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F1B9 is #6A0E46. Grayscale: #CFCFCF. Windows color (decimal): -6950471 or 12186005. OLE color: 12186005.
HSL color Cylindrical-coordinate representation of color #95F1B9: hue angle of 143.48º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1B9 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 241 | 185 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.05 |
| HSL | 143.48º | 0.77% | 0.76% | - |
| HSV(B) | 143.48º | 0.38% | 0.95% | - |
| XYZ | 52.61 | 72.8 | 57.18 | - |
| YUV | 207.11 | 115.52 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 241 | 185 | 0.38 | 0 | 0.23 | 0.05 | 143.48 | 0.77 | 0.76 |
| Hex | 95 | F1 | B9 | 26 | 0 | 17 | 5 | 8F | 4D | 4C |
| Octal | 225 | 361 | 271 | 46 | 0 | 27 | 5 | 217 | 115 | 114 |
| Binary | 10010101 | 11110001 | 10111001 | 100110 | 0 | 10111 | 101 | 10001111 | 1001101 | 1001100 |
Color Harmonies of #95F1B9
Complementary color
Monochromatic Colors of #95F1B9
Black with #95F1B9
Text Example
Text Example
White with #95F1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F1B9; }
p { color: rgb(149,241,185); }
H1.HeaderClassName
{
color: #95F1B9;
}
.AnyTagClassName
{
color: #95F1B9;
}
</style>
background-color css
<style>
a { background-color: #95F1B9; }
a { background-color: rgb(149,241,185); }
div.DivClassName
{
background-color: #95F1B9;
}
.BgClassName
{
background-color: #95F1B9;
}
</style>
border-color css
<style>
span { border-color: #95F1B9; }
span { border-color: rgb(149,241,185); }
td.TdClassName
{
border-color: #95F1B9;
}
.TagClassName
{
border-color: #95F1B9;
}
</style>