Shades of Vista Blue #95DDB1
Tints of Vista Blue #95DDB1
RGB
CMYK
RGB Variations
Color information
#95DDB1 (or 0x95DDB1) is known color: Vista Blue. HEX triplet: 95, DD and B1. RGB value is (149,221,177). Sum of RGB (Red+Green+Blue) = 149+221+177=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DDB1 is #6A224E. Grayscale: #C2C2C2. Windows color (decimal): -6955599 or 11656597. OLE color: 11656597.
HSL color Cylindrical-coordinate representation of color #95DDB1: hue angle of 143.33º 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 #95DDB1 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 221 | 177 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.13 |
| HSL | 143.33º | 0.51% | 0.73% | - |
| HSV(B) | 143.33º | 0.33% | 0.87% | - |
| XYZ | 46.19 | 61.28 | 50.99 | - |
| YUV | 194.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 177 | 0.33 | 0 | 0.20 | 0.13 | 143.33 | 0.51 | 0.73 |
| Hex | 95 | DD | B1 | 21 | 0 | 14 | D | 8F | 33 | 49 |
| Octal | 225 | 335 | 261 | 41 | 0 | 24 | 15 | 217 | 63 | 111 |
| Binary | 10010101 | 11011101 | 10110001 | 100001 | 0 | 10100 | 1101 | 10001111 | 110011 | 1001001 |
Color Harmonies of #95DDB1
Complementary color
Monochromatic Colors of #95DDB1
Black with #95DDB1
Text Example
Text Example
White with #95DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DDB1; }
p { color: rgb(149,221,177); }
H1.HeaderClassName
{
color: #95DDB1;
}
.AnyTagClassName
{
color: #95DDB1;
}
</style>
background-color css
<style>
a { background-color: #95DDB1; }
a { background-color: rgb(149,221,177); }
div.DivClassName
{
background-color: #95DDB1;
}
.BgClassName
{
background-color: #95DDB1;
}
</style>
border-color css
<style>
span { border-color: #95DDB1; }
span { border-color: rgb(149,221,177); }
td.TdClassName
{
border-color: #95DDB1;
}
.TagClassName
{
border-color: #95DDB1;
}
</style>