Shades of Vista Blue #95F6B2
Tints of Vista Blue #95F6B2
RGB
CMYK
RGB Variations
Color information
#95F6B2 (or 0x95F6B2) is known color: Vista Blue. HEX triplet: 95, F6 and B2. RGB value is (149,246,178). Sum of RGB (Red+Green+Blue) = 149+246+178=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 246 (96.48% from 255 or 42.93% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 246 - color contains mainly: green. Hex color #95F6B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F6B2 is #6A094D. Grayscale: #D1D1D1. Windows color (decimal): -6949198 or 11728533. OLE color: 11728533.
HSL color Cylindrical-coordinate representation of color #95F6B2: hue angle of 137.94º degrees, saturation: 0.84, 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 #95F6B2 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 246 | 178 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.04 |
| HSL | 137.94º | 0.84% | 0.77% | - |
| HSV(B) | 137.94º | 0.39% | 0.96% | - |
| XYZ | 53.39 | 75.52 | 53.88 | - |
| YUV | 209.25 | 110.36 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 246 | 178 | 0.39 | 0 | 0.28 | 0.04 | 137.94 | 0.84 | 0.77 |
| Hex | 95 | F6 | B2 | 27 | 0 | 1C | 4 | 8A | 54 | 4D |
| Octal | 225 | 366 | 262 | 47 | 0 | 34 | 4 | 212 | 124 | 115 |
| Binary | 10010101 | 11110110 | 10110010 | 100111 | 0 | 11100 | 100 | 10001010 | 1010100 | 1001101 |
Color Harmonies of #95F6B2
Complementary color
Monochromatic Colors of #95F6B2
Black with #95F6B2
Text Example
Text Example
White with #95F6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F6B2; }
p { color: rgb(149,246,178); }
H1.HeaderClassName
{
color: #95F6B2;
}
.AnyTagClassName
{
color: #95F6B2;
}
</style>
background-color css
<style>
a { background-color: #95F6B2; }
a { background-color: rgb(149,246,178); }
div.DivClassName
{
background-color: #95F6B2;
}
.BgClassName
{
background-color: #95F6B2;
}
</style>
border-color css
<style>
span { border-color: #95F6B2; }
span { border-color: rgb(149,246,178); }
td.TdClassName
{
border-color: #95F6B2;
}
.TagClassName
{
border-color: #95F6B2;
}
</style>