Shades of Vista Blue #95DCBE
Tints of Vista Blue #95DCBE
RGB
CMYK
RGB Variations
Color information
#95DCBE (or 0x95DCBE) is known color: Vista Blue. HEX triplet: 95, DC and BE. RGB value is (149,220,190). Sum of RGB (Red+Green+Blue) = 149+220+190=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCBE is #6A2341. Grayscale: #C3C3C3. Windows color (decimal): -6955842 or 12508309. OLE color: 12508309.
HSL color Cylindrical-coordinate representation of color #95DCBE: hue angle of 154.65º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCBE is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 220 | 190 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.14 |
| HSL | 154.65º | 0.5% | 0.72% | - |
| HSV(B) | 154.65º | 0.32% | 0.86% | - |
| XYZ | 47.28 | 61.29 | 58.05 | - |
| YUV | 195.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 220 | 190 | 0.32 | 0 | 0.14 | 0.14 | 154.65 | 0.5 | 0.72 |
| Hex | 95 | DC | BE | 20 | 0 | E | E | 9B | 32 | 48 |
| Octal | 225 | 334 | 276 | 40 | 0 | 16 | 16 | 233 | 62 | 110 |
| Binary | 10010101 | 11011100 | 10111110 | 100000 | 0 | 1110 | 1110 | 10011011 | 110010 | 1001000 |
Color Harmonies of #95DCBE
Complementary color
Monochromatic Colors of #95DCBE
Black with #95DCBE
Text Example
Text Example
White with #95DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DCBE; }
p { color: rgb(149,220,190); }
H1.HeaderClassName
{
color: #95DCBE;
}
.AnyTagClassName
{
color: #95DCBE;
}
</style>
background-color css
<style>
a { background-color: #95DCBE; }
a { background-color: rgb(149,220,190); }
div.DivClassName
{
background-color: #95DCBE;
}
.BgClassName
{
background-color: #95DCBE;
}
</style>
border-color css
<style>
span { border-color: #95DCBE; }
span { border-color: rgb(149,220,190); }
td.TdClassName
{
border-color: #95DCBE;
}
.TagClassName
{
border-color: #95DCBE;
}
</style>