Shades of Vista Blue #95DBBA
Tints of Vista Blue #95DBBA
RGB
CMYK
RGB Variations
Color information
#95DBBA (or 0x95DBBA) is known color: Vista Blue. HEX triplet: 95, DB and BA. RGB value is (149,219,186). Sum of RGB (Red+Green+Blue) = 149+219+186=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DBBA is #6A2445. Grayscale: #C2C2C2. Windows color (decimal): -6956102 or 12245909. OLE color: 12245909.
HSL color Cylindrical-coordinate representation of color #95DBBA: hue angle of 151.71º 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 #95DBBA is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 186 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.14 |
| HSL | 151.71º | 0.49% | 0.72% | - |
| HSV(B) | 151.71º | 0.32% | 0.86% | - |
| XYZ | 46.59 | 60.6 | 55.7 | - |
| YUV | 194.31 | 123.31 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 186 | 0.32 | 0 | 0.15 | 0.14 | 151.71 | 0.49 | 0.72 |
| Hex | 95 | DB | BA | 20 | 0 | F | E | 98 | 31 | 48 |
| Octal | 225 | 333 | 272 | 40 | 0 | 17 | 16 | 230 | 61 | 110 |
| Binary | 10010101 | 11011011 | 10111010 | 100000 | 0 | 1111 | 1110 | 10011000 | 110001 | 1001000 |
Color Harmonies of #95DBBA
Complementary color
Monochromatic Colors of #95DBBA
Black with #95DBBA
Text Example
Text Example
White with #95DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DBBA; }
p { color: rgb(149,219,186); }
H1.HeaderClassName
{
color: #95DBBA;
}
.AnyTagClassName
{
color: #95DBBA;
}
</style>
background-color css
<style>
a { background-color: #95DBBA; }
a { background-color: rgb(149,219,186); }
div.DivClassName
{
background-color: #95DBBA;
}
.BgClassName
{
background-color: #95DBBA;
}
</style>
border-color css
<style>
span { border-color: #95DBBA; }
span { border-color: rgb(149,219,186); }
td.TdClassName
{
border-color: #95DBBA;
}
.TagClassName
{
border-color: #95DBBA;
}
</style>