Shades of Vista Blue #95EABD
Tints of Vista Blue #95EABD
RGB
CMYK
RGB Variations
Color information
#95EABD (or 0x95EABD) is known color: Vista Blue. HEX triplet: 95, EA and BD. RGB value is (149,234,189). Sum of RGB (Red+Green+Blue) = 149+234+189=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #95EABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EABD is #6A1542. Grayscale: #CBCBCB. Windows color (decimal): -6952259 or 12446357. OLE color: 12446357.
HSL color Cylindrical-coordinate representation of color #95EABD: hue angle of 148.24º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EABD is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 189 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.08 |
| HSL | 148.24º | 0.67% | 0.75% | - |
| HSV(B) | 148.24º | 0.36% | 0.92% | - |
| XYZ | 51 | 68.91 | 58.76 | - |
| YUV | 203.46 | 119.84 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 189 | 0.36 | 0 | 0.19 | 0.08 | 148.24 | 0.67 | 0.75 |
| Hex | 95 | EA | BD | 24 | 0 | 13 | 8 | 94 | 43 | 4B |
| Octal | 225 | 352 | 275 | 44 | 0 | 23 | 10 | 224 | 103 | 113 |
| Binary | 10010101 | 11101010 | 10111101 | 100100 | 0 | 10011 | 1000 | 10010100 | 1000011 | 1001011 |
Color Harmonies of #95EABD
Complementary color
Monochromatic Colors of #95EABD
Black with #95EABD
Text Example
Text Example
White with #95EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EABD; }
p { color: rgb(149,234,189); }
H1.HeaderClassName
{
color: #95EABD;
}
.AnyTagClassName
{
color: #95EABD;
}
</style>
background-color css
<style>
a { background-color: #95EABD; }
a { background-color: rgb(149,234,189); }
div.DivClassName
{
background-color: #95EABD;
}
.BgClassName
{
background-color: #95EABD;
}
</style>
border-color css
<style>
span { border-color: #95EABD; }
span { border-color: rgb(149,234,189); }
td.TdClassName
{
border-color: #95EABD;
}
.TagClassName
{
border-color: #95EABD;
}
</style>