Shades of Vista Blue #93DDBD
Tints of Vista Blue #93DDBD
RGB
CMYK
RGB Variations
Color information
#93DDBD (or 0x93DDBD) is known color: Vista Blue. HEX triplet: 93, DD and BD. RGB value is (147,221,189). Sum of RGB (Red+Green+Blue) = 147+221+189=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDBD is #6C2242. Grayscale: #C3C3C3. Windows color (decimal): -7086659 or 12443027. OLE color: 12443027.
HSL color Cylindrical-coordinate representation of color #93DDBD: hue angle of 154.05º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DDBD is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 189 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.13 |
| HSL | 154.05º | 0.52% | 0.72% | - |
| HSV(B) | 154.05º | 0.33% | 0.87% | - |
| XYZ | 47.07 | 61.59 | 57.55 | - |
| YUV | 195.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 189 | 0.33 | 0 | 0.14 | 0.13 | 154.05 | 0.52 | 0.72 |
| Hex | 93 | DD | BD | 21 | 0 | E | D | 9A | 34 | 48 |
| Octal | 223 | 335 | 275 | 41 | 0 | 16 | 15 | 232 | 64 | 110 |
| Binary | 10010011 | 11011101 | 10111101 | 100001 | 0 | 1110 | 1101 | 10011010 | 110100 | 1001000 |
Color Harmonies of #93DDBD
Complementary color
Monochromatic Colors of #93DDBD
Black with #93DDBD
Text Example
Text Example
White with #93DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DDBD; }
p { color: rgb(147,221,189); }
H1.HeaderClassName
{
color: #93DDBD;
}
.AnyTagClassName
{
color: #93DDBD;
}
</style>
background-color css
<style>
a { background-color: #93DDBD; }
a { background-color: rgb(147,221,189); }
div.DivClassName
{
background-color: #93DDBD;
}
.BgClassName
{
background-color: #93DDBD;
}
</style>
border-color css
<style>
span { border-color: #93DDBD; }
span { border-color: rgb(147,221,189); }
td.TdClassName
{
border-color: #93DDBD;
}
.TagClassName
{
border-color: #93DDBD;
}
</style>