Shades of Vista Blue #93DEAC
Tints of Vista Blue #93DEAC
RGB
CMYK
RGB Variations
Color information
#93DEAC (or 0x93DEAC) is known color: Vista Blue. HEX triplet: 93, DE and AC. RGB value is (147,222,172). Sum of RGB (Red+Green+Blue) = 147+222+172=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #93DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DEAC is #6C2153. Grayscale: #C2C2C2. Windows color (decimal): -7086420 or 11329171. OLE color: 11329171.
HSL color Cylindrical-coordinate representation of color #93DEAC: hue angle of 140º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DEAC is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 172 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.13 |
| HSL | 140º | 0.53% | 0.72% | - |
| HSV(B) | 140º | 0.34% | 0.87% | - |
| XYZ | 45.6 | 61.42 | 48.48 | - |
| YUV | 193.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 172 | 0.34 | 0 | 0.23 | 0.13 | 140 | 0.53 | 0.72 |
| Hex | 93 | DE | AC | 22 | 0 | 17 | D | 8C | 35 | 48 |
| Octal | 223 | 336 | 254 | 42 | 0 | 27 | 15 | 214 | 65 | 110 |
| Binary | 10010011 | 11011110 | 10101100 | 100010 | 0 | 10111 | 1101 | 10001100 | 110101 | 1001000 |
Color Harmonies of #93DEAC
Complementary color
Monochromatic Colors of #93DEAC
Black with #93DEAC
Text Example
Text Example
White with #93DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DEAC; }
p { color: rgb(147,222,172); }
H1.HeaderClassName
{
color: #93DEAC;
}
.AnyTagClassName
{
color: #93DEAC;
}
</style>
background-color css
<style>
a { background-color: #93DEAC; }
a { background-color: rgb(147,222,172); }
div.DivClassName
{
background-color: #93DEAC;
}
.BgClassName
{
background-color: #93DEAC;
}
</style>
border-color css
<style>
span { border-color: #93DEAC; }
span { border-color: rgb(147,222,172); }
td.TdClassName
{
border-color: #93DEAC;
}
.TagClassName
{
border-color: #93DEAC;
}
</style>