Shades of Vista Blue #93D3AF
Tints of Vista Blue #93D3AF
RGB
CMYK
RGB Variations
Color information
#93D3AF (or 0x93D3AF) is known color: Vista Blue. HEX triplet: 93, D3 and AF. RGB value is (147,211,175). Sum of RGB (Red+Green+Blue) = 147+211+175=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #93D3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D3AF is #6C2C50. Grayscale: #BBBBBB. Windows color (decimal): -7089233 or 11522963. OLE color: 11522963.
HSL color Cylindrical-coordinate representation of color #93D3AF: hue angle of 146.25º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D3AF is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 211 | 175 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.17 |
| HSL | 146.25º | 0.42% | 0.7% | - |
| HSV(B) | 146.25º | 0.3% | 0.83% | - |
| XYZ | 43.06 | 55.89 | 49.07 | - |
| YUV | 187.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 175 | 0.30 | 0 | 0.17 | 0.17 | 146.25 | 0.42 | 0.7 |
| Hex | 93 | D3 | AF | 1E | 0 | 11 | 11 | 92 | 2A | 46 |
| Octal | 223 | 323 | 257 | 36 | 0 | 21 | 21 | 222 | 52 | 106 |
| Binary | 10010011 | 11010011 | 10101111 | 11110 | 0 | 10001 | 10001 | 10010010 | 101010 | 1000110 |
Color Harmonies of #93D3AF
Complementary color
Monochromatic Colors of #93D3AF
Black with #93D3AF
Text Example
Text Example
White with #93D3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D3AF; }
p { color: rgb(147,211,175); }
H1.HeaderClassName
{
color: #93D3AF;
}
.AnyTagClassName
{
color: #93D3AF;
}
</style>
background-color css
<style>
a { background-color: #93D3AF; }
a { background-color: rgb(147,211,175); }
div.DivClassName
{
background-color: #93D3AF;
}
.BgClassName
{
background-color: #93D3AF;
}
</style>
border-color css
<style>
span { border-color: #93D3AF; }
span { border-color: rgb(147,211,175); }
td.TdClassName
{
border-color: #93D3AF;
}
.TagClassName
{
border-color: #93D3AF;
}
</style>