Shades of Vista Blue #95DDB3
Tints of Vista Blue #95DDB3
RGB
CMYK
RGB Variations
Color information
#95DDB3 (or 0x95DDB3) is known color: Vista Blue. HEX triplet: 95, DD and B3. RGB value is (149,221,179). Sum of RGB (Red+Green+Blue) = 149+221+179=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDB3 is #6A224C. Grayscale: #C2C2C2. Windows color (decimal): -6955597 or 11787669. OLE color: 11787669.
HSL color Cylindrical-coordinate representation of color #95DDB3: hue angle of 145º 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 #95DDB3 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 221 | 179 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.13 |
| HSL | 145º | 0.51% | 0.73% | - |
| HSV(B) | 145º | 0.33% | 0.87% | - |
| XYZ | 46.39 | 61.36 | 52.05 | - |
| YUV | 194.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 179 | 0.33 | 0 | 0.19 | 0.13 | 145 | 0.51 | 0.73 |
| Hex | 95 | DD | B3 | 21 | 0 | 13 | D | 91 | 33 | 49 |
| Octal | 225 | 335 | 263 | 41 | 0 | 23 | 15 | 221 | 63 | 111 |
| Binary | 10010101 | 11011101 | 10110011 | 100001 | 0 | 10011 | 1101 | 10010001 | 110011 | 1001001 |
Color Harmonies of #95DDB3
Complementary color
Monochromatic Colors of #95DDB3
Black with #95DDB3
Text Example
Text Example
White with #95DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DDB3; }
p { color: rgb(149,221,179); }
H1.HeaderClassName
{
color: #95DDB3;
}
.AnyTagClassName
{
color: #95DDB3;
}
</style>
background-color css
<style>
a { background-color: #95DDB3; }
a { background-color: rgb(149,221,179); }
div.DivClassName
{
background-color: #95DDB3;
}
.BgClassName
{
background-color: #95DDB3;
}
</style>
border-color css
<style>
span { border-color: #95DDB3; }
span { border-color: rgb(149,221,179); }
td.TdClassName
{
border-color: #95DDB3;
}
.TagClassName
{
border-color: #95DDB3;
}
</style>