Shades of Vista Blue #95EBB9
Tints of Vista Blue #95EBB9
RGB
CMYK
RGB Variations
Color information
#95EBB9 (or 0x95EBB9) is known color: Vista Blue. HEX triplet: 95, EB and B9. RGB value is (149,235,185). Sum of RGB (Red+Green+Blue) = 149+235+185=569 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.19% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EBB9 is #6A1446. Grayscale: #CBCBCB. Windows color (decimal): -6952007 or 12184469. OLE color: 12184469.
HSL color Cylindrical-coordinate representation of color #95EBB9: hue angle of 145.12º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EBB9 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 235 | 185 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.08 |
| HSL | 145.12º | 0.68% | 0.75% | - |
| HSV(B) | 145.12º | 0.37% | 0.92% | - |
| XYZ | 50.86 | 69.31 | 56.6 | - |
| YUV | 203.59 | 117.51 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 235 | 185 | 0.37 | 0 | 0.21 | 0.08 | 145.12 | 0.68 | 0.75 |
| Hex | 95 | EB | B9 | 25 | 0 | 15 | 8 | 91 | 44 | 4B |
| Octal | 225 | 353 | 271 | 45 | 0 | 25 | 10 | 221 | 104 | 113 |
| Binary | 10010101 | 11101011 | 10111001 | 100101 | 0 | 10101 | 1000 | 10010001 | 1000100 | 1001011 |
Color Harmonies of #95EBB9
Complementary color
Monochromatic Colors of #95EBB9
Black with #95EBB9
Text Example
Text Example
White with #95EBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EBB9; }
p { color: rgb(149,235,185); }
H1.HeaderClassName
{
color: #95EBB9;
}
.AnyTagClassName
{
color: #95EBB9;
}
</style>
background-color css
<style>
a { background-color: #95EBB9; }
a { background-color: rgb(149,235,185); }
div.DivClassName
{
background-color: #95EBB9;
}
.BgClassName
{
background-color: #95EBB9;
}
</style>
border-color css
<style>
span { border-color: #95EBB9; }
span { border-color: rgb(149,235,185); }
td.TdClassName
{
border-color: #95EBB9;
}
.TagClassName
{
border-color: #95EBB9;
}
</style>