Shades of Vista Blue #95EABB
Tints of Vista Blue #95EABB
RGB
CMYK
RGB Variations
Color information
#95EABB (or 0x95EABB) is known color: Vista Blue. HEX triplet: 95, EA and BB. RGB value is (149,234,187). Sum of RGB (Red+Green+Blue) = 149+234+187=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #95EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EABB is #6A1544. Grayscale: #CBCBCB. Windows color (decimal): -6952261 or 12315285. OLE color: 12315285.
HSL color Cylindrical-coordinate representation of color #95EABB: hue angle of 146.82º 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 #95EABB is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 187 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.08 |
| HSL | 146.82º | 0.67% | 0.75% | - |
| HSV(B) | 146.82º | 0.36% | 0.92% | - |
| XYZ | 50.79 | 68.82 | 57.62 | - |
| YUV | 203.23 | 118.84 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 187 | 0.36 | 0 | 0.20 | 0.08 | 146.82 | 0.67 | 0.75 |
| Hex | 95 | EA | BB | 24 | 0 | 14 | 8 | 93 | 43 | 4B |
| Octal | 225 | 352 | 273 | 44 | 0 | 24 | 10 | 223 | 103 | 113 |
| Binary | 10010101 | 11101010 | 10111011 | 100100 | 0 | 10100 | 1000 | 10010011 | 1000011 | 1001011 |
Color Harmonies of #95EABB
Complementary color
Monochromatic Colors of #95EABB
Black with #95EABB
Text Example
Text Example
White with #95EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EABB; }
p { color: rgb(149,234,187); }
H1.HeaderClassName
{
color: #95EABB;
}
.AnyTagClassName
{
color: #95EABB;
}
</style>
background-color css
<style>
a { background-color: #95EABB; }
a { background-color: rgb(149,234,187); }
div.DivClassName
{
background-color: #95EABB;
}
.BgClassName
{
background-color: #95EABB;
}
</style>
border-color css
<style>
span { border-color: #95EABB; }
span { border-color: rgb(149,234,187); }
td.TdClassName
{
border-color: #95EABB;
}
.TagClassName
{
border-color: #95EABB;
}
</style>