Shades of Vista Blue #95DDB4
Tints of Vista Blue #95DDB4
RGB
CMYK
RGB Variations
Color information
#95DDB4 (or 0x95DDB4) is known color: Vista Blue. HEX triplet: 95, DD and B4. RGB value is (149,221,180). Sum of RGB (Red+Green+Blue) = 149+221+180=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDB4 is #6A224B. Grayscale: #C2C2C2. Windows color (decimal): -6955596 or 11853205. OLE color: 11853205.
HSL color Cylindrical-coordinate representation of color #95DDB4: hue angle of 145.83º 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 #95DDB4 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 221 | 180 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.13 |
| HSL | 145.83º | 0.51% | 0.73% | - |
| HSV(B) | 145.83º | 0.33% | 0.87% | - |
| XYZ | 46.49 | 61.4 | 52.58 | - |
| YUV | 194.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 180 | 0.33 | 0 | 0.19 | 0.13 | 145.83 | 0.51 | 0.73 |
| Hex | 95 | DD | B4 | 21 | 0 | 13 | D | 92 | 33 | 49 |
| Octal | 225 | 335 | 264 | 41 | 0 | 23 | 15 | 222 | 63 | 111 |
| Binary | 10010101 | 11011101 | 10110100 | 100001 | 0 | 10011 | 1101 | 10010010 | 110011 | 1001001 |
Color Harmonies of #95DDB4
Complementary color
Monochromatic Colors of #95DDB4
Black with #95DDB4
Text Example
Text Example
White with #95DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DDB4; }
p { color: rgb(149,221,180); }
H1.HeaderClassName
{
color: #95DDB4;
}
.AnyTagClassName
{
color: #95DDB4;
}
</style>
background-color css
<style>
a { background-color: #95DDB4; }
a { background-color: rgb(149,221,180); }
div.DivClassName
{
background-color: #95DDB4;
}
.BgClassName
{
background-color: #95DDB4;
}
</style>
border-color css
<style>
span { border-color: #95DDB4; }
span { border-color: rgb(149,221,180); }
td.TdClassName
{
border-color: #95DDB4;
}
.TagClassName
{
border-color: #95DDB4;
}
</style>