Shades of Vista Blue #95EDC0
Tints of Vista Blue #95EDC0
RGB
CMYK
RGB Variations
Color information
#95EDC0 (or 0x95EDC0) is known color: Vista Blue. HEX triplet: 95, ED and C0. RGB value is (149,237,192). Sum of RGB (Red+Green+Blue) = 149+237+192=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDC0 is #6A123F. Grayscale: #CDCDCD. Windows color (decimal): -6951488 or 12643733. OLE color: 12643733.
HSL color Cylindrical-coordinate representation of color #95EDC0: hue angle of 149.32º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EDC0 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 237 | 192 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.07 |
| HSL | 149.32º | 0.71% | 0.76% | - |
| HSV(B) | 149.32º | 0.37% | 0.93% | - |
| XYZ | 52.19 | 70.76 | 60.78 | - |
| YUV | 205.56 | 120.35 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 237 | 192 | 0.37 | 0 | 0.19 | 0.07 | 149.32 | 0.71 | 0.76 |
| Hex | 95 | ED | C0 | 25 | 0 | 13 | 7 | 95 | 47 | 4C |
| Octal | 225 | 355 | 300 | 45 | 0 | 23 | 7 | 225 | 107 | 114 |
| Binary | 10010101 | 11101101 | 11000000 | 100101 | 0 | 10011 | 111 | 10010101 | 1000111 | 1001100 |
Color Harmonies of #95EDC0
Complementary color
Monochromatic Colors of #95EDC0
Black with #95EDC0
Text Example
Text Example
White with #95EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EDC0; }
p { color: rgb(149,237,192); }
H1.HeaderClassName
{
color: #95EDC0;
}
.AnyTagClassName
{
color: #95EDC0;
}
</style>
background-color css
<style>
a { background-color: #95EDC0; }
a { background-color: rgb(149,237,192); }
div.DivClassName
{
background-color: #95EDC0;
}
.BgClassName
{
background-color: #95EDC0;
}
</style>
border-color css
<style>
span { border-color: #95EDC0; }
span { border-color: rgb(149,237,192); }
td.TdClassName
{
border-color: #95EDC0;
}
.TagClassName
{
border-color: #95EDC0;
}
</style>