Shades of Vista Blue #95EAB5
Tints of Vista Blue #95EAB5
RGB
CMYK
RGB Variations
Color information
#95EAB5 (or 0x95EAB5) is known color: Vista Blue. HEX triplet: 95, EA and B5. RGB value is (149,234,181). Sum of RGB (Red+Green+Blue) = 149+234+181=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EAB5 is #6A154A. Grayscale: #CACACA. Windows color (decimal): -6952267 or 11922069. OLE color: 11922069.
HSL color Cylindrical-coordinate representation of color #95EAB5: hue angle of 142.59º 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 #95EAB5 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 181 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.08 |
| HSL | 142.59º | 0.67% | 0.75% | - |
| HSV(B) | 142.59º | 0.36% | 0.92% | - |
| XYZ | 50.16 | 68.57 | 54.31 | - |
| YUV | 202.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 181 | 0.36 | 0 | 0.23 | 0.08 | 142.59 | 0.67 | 0.75 |
| Hex | 95 | EA | B5 | 24 | 0 | 17 | 8 | 8F | 43 | 4B |
| Octal | 225 | 352 | 265 | 44 | 0 | 27 | 10 | 217 | 103 | 113 |
| Binary | 10010101 | 11101010 | 10110101 | 100100 | 0 | 10111 | 1000 | 10001111 | 1000011 | 1001011 |
Color Harmonies of #95EAB5
Complementary color
Monochromatic Colors of #95EAB5
Black with #95EAB5
Text Example
Text Example
White with #95EAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EAB5; }
p { color: rgb(149,234,181); }
H1.HeaderClassName
{
color: #95EAB5;
}
.AnyTagClassName
{
color: #95EAB5;
}
</style>
background-color css
<style>
a { background-color: #95EAB5; }
a { background-color: rgb(149,234,181); }
div.DivClassName
{
background-color: #95EAB5;
}
.BgClassName
{
background-color: #95EAB5;
}
</style>
border-color css
<style>
span { border-color: #95EAB5; }
span { border-color: rgb(149,234,181); }
td.TdClassName
{
border-color: #95EAB5;
}
.TagClassName
{
border-color: #95EAB5;
}
</style>