Shades of Vista Blue #95D0B4
Tints of Vista Blue #95D0B4
RGB
CMYK
RGB Variations
Color information
#95D0B4 (or 0x95D0B4) is known color: Vista Blue. HEX triplet: 95, D0 and B4. RGB value is (149,208,180). Sum of RGB (Red+Green+Blue) = 149+208+180=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #95D0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D0B4 is #6A2F4B. Grayscale: #BBBBBB. Windows color (decimal): -6958924 or 11849877. OLE color: 11849877.
HSL color Cylindrical-coordinate representation of color #95D0B4: hue angle of 151.53º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95D0B4 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 208 | 180 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.18 |
| HSL | 151.53º | 0.39% | 0.7% | - |
| HSV(B) | 151.53º | 0.28% | 0.82% | - |
| XYZ | 43.19 | 54.8 | 51.48 | - |
| YUV | 187.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 208 | 180 | 0.28 | 0 | 0.13 | 0.18 | 151.53 | 0.39 | 0.7 |
| Hex | 95 | D0 | B4 | 1C | 0 | D | 12 | 98 | 27 | 46 |
| Octal | 225 | 320 | 264 | 34 | 0 | 15 | 22 | 230 | 47 | 106 |
| Binary | 10010101 | 11010000 | 10110100 | 11100 | 0 | 1101 | 10010 | 10011000 | 100111 | 1000110 |
Color Harmonies of #95D0B4
Complementary color
Monochromatic Colors of #95D0B4
Black with #95D0B4
Text Example
Text Example
White with #95D0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D0B4; }
p { color: rgb(149,208,180); }
H1.HeaderClassName
{
color: #95D0B4;
}
.AnyTagClassName
{
color: #95D0B4;
}
</style>
background-color css
<style>
a { background-color: #95D0B4; }
a { background-color: rgb(149,208,180); }
div.DivClassName
{
background-color: #95D0B4;
}
.BgClassName
{
background-color: #95D0B4;
}
</style>
border-color css
<style>
span { border-color: #95D0B4; }
span { border-color: rgb(149,208,180); }
td.TdClassName
{
border-color: #95D0B4;
}
.TagClassName
{
border-color: #95D0B4;
}
</style>