Shades of Vista Blue #95DBAF
Tints of Vista Blue #95DBAF
RGB
CMYK
RGB Variations
Color information
#95DBAF (or 0x95DBAF) is known color: Vista Blue. HEX triplet: 95, DB and AF. RGB value is (149,219,175). Sum of RGB (Red+Green+Blue) = 149+219+175=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DBAF is #6A2450. Grayscale: #C1C1C1. Windows color (decimal): -6956113 or 11525013. OLE color: 11525013.
HSL color Cylindrical-coordinate representation of color #95DBAF: hue angle of 142.29º degrees, saturation: 0.49, 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 #95DBAF is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 175 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.14 |
| HSL | 142.29º | 0.49% | 0.72% | - |
| HSV(B) | 142.29º | 0.32% | 0.86% | - |
| XYZ | 45.46 | 60.15 | 49.77 | - |
| YUV | 193.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 175 | 0.32 | 0 | 0.20 | 0.14 | 142.29 | 0.49 | 0.72 |
| Hex | 95 | DB | AF | 20 | 0 | 14 | E | 8E | 31 | 48 |
| Octal | 225 | 333 | 257 | 40 | 0 | 24 | 16 | 216 | 61 | 110 |
| Binary | 10010101 | 11011011 | 10101111 | 100000 | 0 | 10100 | 1110 | 10001110 | 110001 | 1001000 |
Color Harmonies of #95DBAF
Complementary color
Monochromatic Colors of #95DBAF
Black with #95DBAF
Text Example
Text Example
White with #95DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DBAF; }
p { color: rgb(149,219,175); }
H1.HeaderClassName
{
color: #95DBAF;
}
.AnyTagClassName
{
color: #95DBAF;
}
</style>
background-color css
<style>
a { background-color: #95DBAF; }
a { background-color: rgb(149,219,175); }
div.DivClassName
{
background-color: #95DBAF;
}
.BgClassName
{
background-color: #95DBAF;
}
</style>
border-color css
<style>
span { border-color: #95DBAF; }
span { border-color: rgb(149,219,175); }
td.TdClassName
{
border-color: #95DBAF;
}
.TagClassName
{
border-color: #95DBAF;
}
</style>