Shades of Vista Blue #95DABA
Tints of Vista Blue #95DABA
RGB
CMYK
RGB Variations
Color information
#95DABA (or 0x95DABA) is known color: Vista Blue. HEX triplet: 95, DA and BA. RGB value is (149,218,186). Sum of RGB (Red+Green+Blue) = 149+218+186=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #95DABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DABA is #6A2545. Grayscale: #C1C1C1. Windows color (decimal): -6956358 or 12245653. OLE color: 12245653.
HSL color Cylindrical-coordinate representation of color #95DABA: hue angle of 152.17º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DABA is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 218 | 186 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.15 |
| HSL | 152.17º | 0.48% | 0.72% | - |
| HSV(B) | 152.17º | 0.32% | 0.85% | - |
| XYZ | 46.33 | 60.08 | 55.61 | - |
| YUV | 193.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 218 | 186 | 0.32 | 0 | 0.15 | 0.15 | 152.17 | 0.48 | 0.72 |
| Hex | 95 | DA | BA | 20 | 0 | F | F | 98 | 30 | 48 |
| Octal | 225 | 332 | 272 | 40 | 0 | 17 | 17 | 230 | 60 | 110 |
| Binary | 10010101 | 11011010 | 10111010 | 100000 | 0 | 1111 | 1111 | 10011000 | 110000 | 1001000 |
Color Harmonies of #95DABA
Complementary color
Monochromatic Colors of #95DABA
Black with #95DABA
Text Example
Text Example
White with #95DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DABA; }
p { color: rgb(149,218,186); }
H1.HeaderClassName
{
color: #95DABA;
}
.AnyTagClassName
{
color: #95DABA;
}
</style>
background-color css
<style>
a { background-color: #95DABA; }
a { background-color: rgb(149,218,186); }
div.DivClassName
{
background-color: #95DABA;
}
.BgClassName
{
background-color: #95DABA;
}
</style>
border-color css
<style>
span { border-color: #95DABA; }
span { border-color: rgb(149,218,186); }
td.TdClassName
{
border-color: #95DABA;
}
.TagClassName
{
border-color: #95DABA;
}
</style>