Shades of Vista Blue #93EFAD
Tints of Vista Blue #93EFAD
RGB
CMYK
RGB Variations
Color information
#93EFAD (or 0x93EFAD) is known color: Vista Blue. HEX triplet: 93, EF and AD. RGB value is (147,239,173). Sum of RGB (Red+Green+Blue) = 147+239+173=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EFAD is #6C1052. Grayscale: #CCCCCC. Windows color (decimal): -7082067 or 11399059. OLE color: 11399059.
HSL color Cylindrical-coordinate representation of color #93EFAD: hue angle of 136.96º 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 #93EFAD is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 173 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.06 |
| HSL | 136.96º | 0.74% | 0.76% | - |
| HSV(B) | 136.96º | 0.38% | 0.94% | - |
| XYZ | 50.44 | 70.95 | 50.57 | - |
| YUV | 203.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 173 | 0.38 | 0 | 0.28 | 0.06 | 136.96 | 0.74 | 0.76 |
| Hex | 93 | EF | AD | 26 | 0 | 1C | 6 | 89 | 4A | 4C |
| Octal | 223 | 357 | 255 | 46 | 0 | 34 | 6 | 211 | 112 | 114 |
| Binary | 10010011 | 11101111 | 10101101 | 100110 | 0 | 11100 | 110 | 10001001 | 1001010 | 1001100 |
Color Harmonies of #93EFAD
Complementary color
Monochromatic Colors of #93EFAD
Black with #93EFAD
Text Example
Text Example
White with #93EFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFAD; }
p { color: rgb(147,239,173); }
H1.HeaderClassName
{
color: #93EFAD;
}
.AnyTagClassName
{
color: #93EFAD;
}
</style>
background-color css
<style>
a { background-color: #93EFAD; }
a { background-color: rgb(147,239,173); }
div.DivClassName
{
background-color: #93EFAD;
}
.BgClassName
{
background-color: #93EFAD;
}
</style>
border-color css
<style>
span { border-color: #93EFAD; }
span { border-color: rgb(147,239,173); }
td.TdClassName
{
border-color: #93EFAD;
}
.TagClassName
{
border-color: #93EFAD;
}
</style>