Shades of Vista Blue #93DBAE
Tints of Vista Blue #93DBAE
RGB
CMYK
RGB Variations
Color information
#93DBAE (or 0x93DBAE) is known color: Vista Blue. HEX triplet: 93, DB and AE. RGB value is (147,219,174). Sum of RGB (Red+Green+Blue) = 147+219+174=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DBAE is #6C2451. Grayscale: #C0C0C0. Windows color (decimal): -7087186 or 11459475. OLE color: 11459475.
HSL color Cylindrical-coordinate representation of color #93DBAE: hue angle of 142.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DBAE is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 219 | 174 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.14 |
| HSL | 142.5º | 0.5% | 0.72% | - |
| HSV(B) | 142.5º | 0.33% | 0.86% | - |
| XYZ | 45 | 59.92 | 49.24 | - |
| YUV | 192.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 174 | 0.33 | 0 | 0.21 | 0.14 | 142.5 | 0.5 | 0.72 |
| Hex | 93 | DB | AE | 21 | 0 | 15 | E | 8E | 32 | 48 |
| Octal | 223 | 333 | 256 | 41 | 0 | 25 | 16 | 216 | 62 | 110 |
| Binary | 10010011 | 11011011 | 10101110 | 100001 | 0 | 10101 | 1110 | 10001110 | 110010 | 1001000 |
Color Harmonies of #93DBAE
Complementary color
Monochromatic Colors of #93DBAE
Black with #93DBAE
Text Example
Text Example
White with #93DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DBAE; }
p { color: rgb(147,219,174); }
H1.HeaderClassName
{
color: #93DBAE;
}
.AnyTagClassName
{
color: #93DBAE;
}
</style>
background-color css
<style>
a { background-color: #93DBAE; }
a { background-color: rgb(147,219,174); }
div.DivClassName
{
background-color: #93DBAE;
}
.BgClassName
{
background-color: #93DBAE;
}
</style>
border-color css
<style>
span { border-color: #93DBAE; }
span { border-color: rgb(147,219,174); }
td.TdClassName
{
border-color: #93DBAE;
}
.TagClassName
{
border-color: #93DBAE;
}
</style>