Shades of Vista Blue #95EAAF
Tints of Vista Blue #95EAAF
RGB
CMYK
RGB Variations
Color information
#95EAAF (or 0x95EAAF) is known color: Vista Blue. HEX triplet: 95, EA and AF. RGB value is (149,234,175). Sum of RGB (Red+Green+Blue) = 149+234+175=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EAAF is #6A1550. Grayscale: #CACACA. Windows color (decimal): -6952273 or 11528853. OLE color: 11528853.
HSL color Cylindrical-coordinate representation of color #95EAAF: hue angle of 138.35º 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 #95EAAF is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 175 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.08 |
| HSL | 138.35º | 0.67% | 0.75% | - |
| HSV(B) | 138.35º | 0.36% | 0.92% | - |
| XYZ | 49.56 | 68.33 | 51.13 | - |
| YUV | 201.86 | 112.84 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 175 | 0.36 | 0 | 0.25 | 0.08 | 138.35 | 0.67 | 0.75 |
| Hex | 95 | EA | AF | 24 | 0 | 19 | 8 | 8A | 43 | 4B |
| Octal | 225 | 352 | 257 | 44 | 0 | 31 | 10 | 212 | 103 | 113 |
| Binary | 10010101 | 11101010 | 10101111 | 100100 | 0 | 11001 | 1000 | 10001010 | 1000011 | 1001011 |
Color Harmonies of #95EAAF
Complementary color
Monochromatic Colors of #95EAAF
Black with #95EAAF
Text Example
Text Example
White with #95EAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EAAF; }
p { color: rgb(149,234,175); }
H1.HeaderClassName
{
color: #95EAAF;
}
.AnyTagClassName
{
color: #95EAAF;
}
</style>
background-color css
<style>
a { background-color: #95EAAF; }
a { background-color: rgb(149,234,175); }
div.DivClassName
{
background-color: #95EAAF;
}
.BgClassName
{
background-color: #95EAAF;
}
</style>
border-color css
<style>
span { border-color: #95EAAF; }
span { border-color: rgb(149,234,175); }
td.TdClassName
{
border-color: #95EAAF;
}
.TagClassName
{
border-color: #95EAAF;
}
</style>