Shades of Vista Blue #95DDAD
Tints of Vista Blue #95DDAD
RGB
CMYK
RGB Variations
Color information
#95DDAD (or 0x95DDAD) is known color: Vista Blue. HEX triplet: 95, DD and AD. RGB value is (149,221,173). Sum of RGB (Red+Green+Blue) = 149+221+173=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DDAD is #6A2252. Grayscale: #C2C2C2. Windows color (decimal): -6955603 or 11394453. OLE color: 11394453.
HSL color Cylindrical-coordinate representation of color #95DDAD: hue angle of 140º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DDAD is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 221 | 173 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.13 |
| HSL | 140º | 0.51% | 0.73% | - |
| HSV(B) | 140º | 0.33% | 0.87% | - |
| XYZ | 45.79 | 61.12 | 48.92 | - |
| YUV | 194 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 173 | 0.33 | 0 | 0.22 | 0.13 | 140 | 0.51 | 0.73 |
| Hex | 95 | DD | AD | 21 | 0 | 16 | D | 8C | 33 | 49 |
| Octal | 225 | 335 | 255 | 41 | 0 | 26 | 15 | 214 | 63 | 111 |
| Binary | 10010101 | 11011101 | 10101101 | 100001 | 0 | 10110 | 1101 | 10001100 | 110011 | 1001001 |
Color Harmonies of #95DDAD
Complementary color
Monochromatic Colors of #95DDAD
Black with #95DDAD
Text Example
Text Example
White with #95DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DDAD; }
p { color: rgb(149,221,173); }
H1.HeaderClassName
{
color: #95DDAD;
}
.AnyTagClassName
{
color: #95DDAD;
}
</style>
background-color css
<style>
a { background-color: #95DDAD; }
a { background-color: rgb(149,221,173); }
div.DivClassName
{
background-color: #95DDAD;
}
.BgClassName
{
background-color: #95DDAD;
}
</style>
border-color css
<style>
span { border-color: #95DDAD; }
span { border-color: rgb(149,221,173); }
td.TdClassName
{
border-color: #95DDAD;
}
.TagClassName
{
border-color: #95DDAD;
}
</style>