Shades of Vista Blue #95EFAF
Tints of Vista Blue #95EFAF
RGB
CMYK
RGB Variations
Color information
#95EFAF (or 0x95EFAF) is known color: Vista Blue. HEX triplet: 95, EF and AF. RGB value is (149,239,175). Sum of RGB (Red+Green+Blue) = 149+239+175=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EFAF is #6A1050. Grayscale: #CCCCCC. Windows color (decimal): -6950993 or 11530133. OLE color: 11530133.
HSL color Cylindrical-coordinate representation of color #95EFAF: hue angle of 137.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFAF is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 239 | 175 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.06 |
| HSL | 137.33º | 0.74% | 0.76% | - |
| HSV(B) | 137.33º | 0.38% | 0.94% | - |
| XYZ | 51 | 71.22 | 51.62 | - |
| YUV | 204.79 | 111.18 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 239 | 175 | 0.38 | 0 | 0.27 | 0.06 | 137.33 | 0.74 | 0.76 |
| Hex | 95 | EF | AF | 26 | 0 | 1B | 6 | 89 | 4A | 4C |
| Octal | 225 | 357 | 257 | 46 | 0 | 33 | 6 | 211 | 112 | 114 |
| Binary | 10010101 | 11101111 | 10101111 | 100110 | 0 | 11011 | 110 | 10001001 | 1001010 | 1001100 |
Color Harmonies of #95EFAF
Complementary color
Monochromatic Colors of #95EFAF
Black with #95EFAF
Text Example
Text Example
White with #95EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EFAF; }
p { color: rgb(149,239,175); }
H1.HeaderClassName
{
color: #95EFAF;
}
.AnyTagClassName
{
color: #95EFAF;
}
</style>
background-color css
<style>
a { background-color: #95EFAF; }
a { background-color: rgb(149,239,175); }
div.DivClassName
{
background-color: #95EFAF;
}
.BgClassName
{
background-color: #95EFAF;
}
</style>
border-color css
<style>
span { border-color: #95EFAF; }
span { border-color: rgb(149,239,175); }
td.TdClassName
{
border-color: #95EFAF;
}
.TagClassName
{
border-color: #95EFAF;
}
</style>