Shades of Vista Blue #95DBBE
Tints of Vista Blue #95DBBE
RGB
CMYK
RGB Variations
Color information
#95DBBE (or 0x95DBBE) is known color: Vista Blue. HEX triplet: 95, DB and BE. RGB value is (149,219,190). Sum of RGB (Red+Green+Blue) = 149+219+190=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DBBE is #6A2441. Grayscale: #C2C2C2. Windows color (decimal): -6956098 or 12508053. OLE color: 12508053.
HSL color Cylindrical-coordinate representation of color #95DBBE: hue angle of 155.14º 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 #95DBBE is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 190 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.14 |
| HSL | 155.14º | 0.49% | 0.72% | - |
| HSV(B) | 155.14º | 0.32% | 0.86% | - |
| XYZ | 47.02 | 60.77 | 57.97 | - |
| YUV | 194.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 190 | 0.32 | 0 | 0.13 | 0.14 | 155.14 | 0.49 | 0.72 |
| Hex | 95 | DB | BE | 20 | 0 | D | E | 9B | 31 | 48 |
| Octal | 225 | 333 | 276 | 40 | 0 | 15 | 16 | 233 | 61 | 110 |
| Binary | 10010101 | 11011011 | 10111110 | 100000 | 0 | 1101 | 1110 | 10011011 | 110001 | 1001000 |
Color Harmonies of #95DBBE
Complementary color
Monochromatic Colors of #95DBBE
Black with #95DBBE
Text Example
Text Example
White with #95DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DBBE; }
p { color: rgb(149,219,190); }
H1.HeaderClassName
{
color: #95DBBE;
}
.AnyTagClassName
{
color: #95DBBE;
}
</style>
background-color css
<style>
a { background-color: #95DBBE; }
a { background-color: rgb(149,219,190); }
div.DivClassName
{
background-color: #95DBBE;
}
.BgClassName
{
background-color: #95DBBE;
}
</style>
border-color css
<style>
span { border-color: #95DBBE; }
span { border-color: rgb(149,219,190); }
td.TdClassName
{
border-color: #95DBBE;
}
.TagClassName
{
border-color: #95DBBE;
}
</style>