Shades of Vista Blue #95E4BA
Tints of Vista Blue #95E4BA
RGB
CMYK
RGB Variations
Color information
#95E4BA (or 0x95E4BA) is known color: Vista Blue. HEX triplet: 95, E4 and BA. RGB value is (149,228,186). Sum of RGB (Red+Green+Blue) = 149+228+186=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #95E4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E4BA is #6A1B45. Grayscale: #C7C7C7. Windows color (decimal): -6953798 or 12248213. OLE color: 12248213.
HSL color Cylindrical-coordinate representation of color #95E4BA: hue angle of 148.1º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E4BA is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 186 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.11 |
| HSL | 148.1º | 0.59% | 0.74% | - |
| HSV(B) | 148.1º | 0.35% | 0.89% | - |
| XYZ | 49 | 65.42 | 56.5 | - |
| YUV | 199.59 | 120.33 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 186 | 0.35 | 0 | 0.18 | 0.11 | 148.1 | 0.59 | 0.74 |
| Hex | 95 | E4 | BA | 23 | 0 | 12 | B | 94 | 3B | 4A |
| Octal | 225 | 344 | 272 | 43 | 0 | 22 | 13 | 224 | 73 | 112 |
| Binary | 10010101 | 11100100 | 10111010 | 100011 | 0 | 10010 | 1011 | 10010100 | 111011 | 1001010 |
Color Harmonies of #95E4BA
Complementary color
Monochromatic Colors of #95E4BA
Black with #95E4BA
Text Example
Text Example
White with #95E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E4BA; }
p { color: rgb(149,228,186); }
H1.HeaderClassName
{
color: #95E4BA;
}
.AnyTagClassName
{
color: #95E4BA;
}
</style>
background-color css
<style>
a { background-color: #95E4BA; }
a { background-color: rgb(149,228,186); }
div.DivClassName
{
background-color: #95E4BA;
}
.BgClassName
{
background-color: #95E4BA;
}
</style>
border-color css
<style>
span { border-color: #95E4BA; }
span { border-color: rgb(149,228,186); }
td.TdClassName
{
border-color: #95E4BA;
}
.TagClassName
{
border-color: #95E4BA;
}
</style>