Shades of Vista Blue #93F2B0
Tints of Vista Blue #93F2B0
RGB
CMYK
RGB Variations
Color information
#93F2B0 (or 0x93F2B0) is known color: Vista Blue. HEX triplet: 93, F2 and B0. RGB value is (147,242,176). Sum of RGB (Red+Green+Blue) = 147+242+176=565 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.02% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F2B0 is #6C0D4F. Grayscale: #CECECE. Windows color (decimal): -7081296 or 11596435. OLE color: 11596435.
HSL color Cylindrical-coordinate representation of color #93F2B0: hue angle of 138.32º 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 #93F2B0 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 242 | 176 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.05 |
| HSL | 138.32º | 0.79% | 0.76% | - |
| HSV(B) | 138.32º | 0.39% | 0.95% | - |
| XYZ | 51.62 | 72.84 | 52.41 | - |
| YUV | 206.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 242 | 176 | 0.39 | 0 | 0.27 | 0.05 | 138.32 | 0.79 | 0.76 |
| Hex | 93 | F2 | B0 | 27 | 0 | 1B | 5 | 8A | 4F | 4C |
| Octal | 223 | 362 | 260 | 47 | 0 | 33 | 5 | 212 | 117 | 114 |
| Binary | 10010011 | 11110010 | 10110000 | 100111 | 0 | 11011 | 101 | 10001010 | 1001111 | 1001100 |
Color Harmonies of #93F2B0
Complementary color
Monochromatic Colors of #93F2B0
Black with #93F2B0
Text Example
Text Example
White with #93F2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F2B0; }
p { color: rgb(147,242,176); }
H1.HeaderClassName
{
color: #93F2B0;
}
.AnyTagClassName
{
color: #93F2B0;
}
</style>
background-color css
<style>
a { background-color: #93F2B0; }
a { background-color: rgb(147,242,176); }
div.DivClassName
{
background-color: #93F2B0;
}
.BgClassName
{
background-color: #93F2B0;
}
</style>
border-color css
<style>
span { border-color: #93F2B0; }
span { border-color: rgb(147,242,176); }
td.TdClassName
{
border-color: #93F2B0;
}
.TagClassName
{
border-color: #93F2B0;
}
</style>