Shades of Vista Blue #95DFB5
Tints of Vista Blue #95DFB5
RGB
CMYK
RGB Variations
Color information
#95DFB5 (or 0x95DFB5) is known color: Vista Blue. HEX triplet: 95, DF and B5. RGB value is (149,223,181). Sum of RGB (Red+Green+Blue) = 149+223+181=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #95DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DFB5 is #6A204A. Grayscale: #C4C4C4. Windows color (decimal): -6955083 or 11919253. OLE color: 11919253.
HSL color Cylindrical-coordinate representation of color #95DFB5: hue angle of 145.95º degrees, saturation: 0.54, 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 #95DFB5 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 223 | 181 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.13 |
| HSL | 145.95º | 0.54% | 0.73% | - |
| HSV(B) | 145.95º | 0.33% | 0.87% | - |
| XYZ | 47.12 | 62.5 | 53.3 | - |
| YUV | 196.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 181 | 0.33 | 0 | 0.19 | 0.13 | 145.95 | 0.54 | 0.73 |
| Hex | 95 | DF | B5 | 21 | 0 | 13 | D | 92 | 36 | 49 |
| Octal | 225 | 337 | 265 | 41 | 0 | 23 | 15 | 222 | 66 | 111 |
| Binary | 10010101 | 11011111 | 10110101 | 100001 | 0 | 10011 | 1101 | 10010010 | 110110 | 1001001 |
Color Harmonies of #95DFB5
Complementary color
Monochromatic Colors of #95DFB5
Black with #95DFB5
Text Example
Text Example
White with #95DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DFB5; }
p { color: rgb(149,223,181); }
H1.HeaderClassName
{
color: #95DFB5;
}
.AnyTagClassName
{
color: #95DFB5;
}
</style>
background-color css
<style>
a { background-color: #95DFB5; }
a { background-color: rgb(149,223,181); }
div.DivClassName
{
background-color: #95DFB5;
}
.BgClassName
{
background-color: #95DFB5;
}
</style>
border-color css
<style>
span { border-color: #95DFB5; }
span { border-color: rgb(149,223,181); }
td.TdClassName
{
border-color: #95DFB5;
}
.TagClassName
{
border-color: #95DFB5;
}
</style>