Shades of Vista Blue #95EFBE
Tints of Vista Blue #95EFBE
RGB
CMYK
RGB Variations
Color information
#95EFBE (or 0x95EFBE) is known color: Vista Blue. HEX triplet: 95, EF and BE. RGB value is (149,239,190). Sum of RGB (Red+Green+Blue) = 149+239+190=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFBE is #6A1041. Grayscale: #CECECE. Windows color (decimal): -6950978 or 12513173. OLE color: 12513173.
HSL color Cylindrical-coordinate representation of color #95EFBE: hue angle of 147.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 #95EFBE is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 239 | 190 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.06 |
| HSL | 147.33º | 0.74% | 0.76% | - |
| HSV(B) | 147.33º | 0.38% | 0.94% | - |
| XYZ | 52.56 | 71.84 | 59.81 | - |
| YUV | 206.5 | 118.68 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 239 | 190 | 0.38 | 0 | 0.21 | 0.06 | 147.33 | 0.74 | 0.76 |
| Hex | 95 | EF | BE | 26 | 0 | 15 | 6 | 93 | 4A | 4C |
| Octal | 225 | 357 | 276 | 46 | 0 | 25 | 6 | 223 | 112 | 114 |
| Binary | 10010101 | 11101111 | 10111110 | 100110 | 0 | 10101 | 110 | 10010011 | 1001010 | 1001100 |
Color Harmonies of #95EFBE
Complementary color
Monochromatic Colors of #95EFBE
Black with #95EFBE
Text Example
Text Example
White with #95EFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EFBE; }
p { color: rgb(149,239,190); }
H1.HeaderClassName
{
color: #95EFBE;
}
.AnyTagClassName
{
color: #95EFBE;
}
</style>
background-color css
<style>
a { background-color: #95EFBE; }
a { background-color: rgb(149,239,190); }
div.DivClassName
{
background-color: #95EFBE;
}
.BgClassName
{
background-color: #95EFBE;
}
</style>
border-color css
<style>
span { border-color: #95EFBE; }
span { border-color: rgb(149,239,190); }
td.TdClassName
{
border-color: #95EFBE;
}
.TagClassName
{
border-color: #95EFBE;
}
</style>