Shades of Vista Blue #93F2B1
Tints of Vista Blue #93F2B1
RGB
CMYK
RGB Variations
Color information
#93F2B1 (or 0x93F2B1) is known color: Vista Blue. HEX triplet: 93, F2 and B1. RGB value is (147,242,177). Sum of RGB (Red+Green+Blue) = 147+242+177=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F2B1 is #6C0D4E. Grayscale: #CECECE. Windows color (decimal): -7081295 or 11661971. OLE color: 11661971.
HSL color Cylindrical-coordinate representation of color #93F2B1: hue angle of 138.95º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F2B1 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 242 | 177 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.05 |
| HSL | 138.95º | 0.79% | 0.76% | - |
| HSV(B) | 138.95º | 0.39% | 0.95% | - |
| XYZ | 51.72 | 72.88 | 52.94 | - |
| YUV | 206.19 | 111.53 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 242 | 177 | 0.39 | 0 | 0.27 | 0.05 | 138.95 | 0.79 | 0.76 |
| Hex | 93 | F2 | B1 | 27 | 0 | 1B | 5 | 8B | 4F | 4C |
| Octal | 223 | 362 | 261 | 47 | 0 | 33 | 5 | 213 | 117 | 114 |
| Binary | 10010011 | 11110010 | 10110001 | 100111 | 0 | 11011 | 101 | 10001011 | 1001111 | 1001100 |
Color Harmonies of #93F2B1
Complementary color
Monochromatic Colors of #93F2B1
Black with #93F2B1
Text Example
Text Example
White with #93F2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F2B1; }
p { color: rgb(147,242,177); }
H1.HeaderClassName
{
color: #93F2B1;
}
.AnyTagClassName
{
color: #93F2B1;
}
</style>
background-color css
<style>
a { background-color: #93F2B1; }
a { background-color: rgb(147,242,177); }
div.DivClassName
{
background-color: #93F2B1;
}
.BgClassName
{
background-color: #93F2B1;
}
</style>
border-color css
<style>
span { border-color: #93F2B1; }
span { border-color: rgb(147,242,177); }
td.TdClassName
{
border-color: #93F2B1;
}
.TagClassName
{
border-color: #93F2B1;
}
</style>