Shades of Vista Blue #95DCBD
Tints of Vista Blue #95DCBD
RGB
CMYK
RGB Variations
Color information
#95DCBD (or 0x95DCBD) is known color: Vista Blue. HEX triplet: 95, DC and BD. RGB value is (149,220,189). Sum of RGB (Red+Green+Blue) = 149+220+189=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCBD is #6A2342. Grayscale: #C3C3C3. Windows color (decimal): -6955843 or 12442773. OLE color: 12442773.
HSL color Cylindrical-coordinate representation of color #95DCBD: hue angle of 153.8º degrees, saturation: 0.5, 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 #95DCBD is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 220 | 189 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.14 |
| HSL | 153.8º | 0.5% | 0.72% | - |
| HSV(B) | 153.8º | 0.32% | 0.86% | - |
| XYZ | 47.17 | 61.25 | 57.48 | - |
| YUV | 195.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 220 | 189 | 0.32 | 0 | 0.14 | 0.14 | 153.8 | 0.5 | 0.72 |
| Hex | 95 | DC | BD | 20 | 0 | E | E | 9A | 32 | 48 |
| Octal | 225 | 334 | 275 | 40 | 0 | 16 | 16 | 232 | 62 | 110 |
| Binary | 10010101 | 11011100 | 10111101 | 100000 | 0 | 1110 | 1110 | 10011010 | 110010 | 1001000 |
Color Harmonies of #95DCBD
Complementary color
Monochromatic Colors of #95DCBD
Black with #95DCBD
Text Example
Text Example
White with #95DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DCBD; }
p { color: rgb(149,220,189); }
H1.HeaderClassName
{
color: #95DCBD;
}
.AnyTagClassName
{
color: #95DCBD;
}
</style>
background-color css
<style>
a { background-color: #95DCBD; }
a { background-color: rgb(149,220,189); }
div.DivClassName
{
background-color: #95DCBD;
}
.BgClassName
{
background-color: #95DCBD;
}
</style>
border-color css
<style>
span { border-color: #95DCBD; }
span { border-color: rgb(149,220,189); }
td.TdClassName
{
border-color: #95DCBD;
}
.TagClassName
{
border-color: #95DCBD;
}
</style>