Shades of Vista Blue #93DBBC
Tints of Vista Blue #93DBBC
RGB
CMYK
RGB Variations
Color information
#93DBBC (or 0x93DBBC) is known color: Vista Blue. HEX triplet: 93, DB and BC. RGB value is (147,219,188). Sum of RGB (Red+Green+Blue) = 147+219+188=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DBBC is #6C2443. Grayscale: #C1C1C1. Windows color (decimal): -7087172 or 12376979. OLE color: 12376979.
HSL color Cylindrical-coordinate representation of color #93DBBC: hue angle of 154.17º 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 #93DBBC is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 219 | 188 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.14 |
| HSL | 154.17º | 0.5% | 0.72% | - |
| HSV(B) | 154.17º | 0.33% | 0.86% | - |
| XYZ | 46.44 | 60.5 | 56.81 | - |
| YUV | 193.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 188 | 0.33 | 0 | 0.14 | 0.14 | 154.17 | 0.5 | 0.72 |
| Hex | 93 | DB | BC | 21 | 0 | E | E | 9A | 32 | 48 |
| Octal | 223 | 333 | 274 | 41 | 0 | 16 | 16 | 232 | 62 | 110 |
| Binary | 10010011 | 11011011 | 10111100 | 100001 | 0 | 1110 | 1110 | 10011010 | 110010 | 1001000 |
Color Harmonies of #93DBBC
Complementary color
Monochromatic Colors of #93DBBC
Black with #93DBBC
Text Example
Text Example
White with #93DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DBBC; }
p { color: rgb(147,219,188); }
H1.HeaderClassName
{
color: #93DBBC;
}
.AnyTagClassName
{
color: #93DBBC;
}
</style>
background-color css
<style>
a { background-color: #93DBBC; }
a { background-color: rgb(147,219,188); }
div.DivClassName
{
background-color: #93DBBC;
}
.BgClassName
{
background-color: #93DBBC;
}
</style>
border-color css
<style>
span { border-color: #93DBBC; }
span { border-color: rgb(147,219,188); }
td.TdClassName
{
border-color: #93DBBC;
}
.TagClassName
{
border-color: #93DBBC;
}
</style>