Shades of Vista Blue #93DDB8
Tints of Vista Blue #93DDB8
RGB
CMYK
RGB Variations
Color information
#93DDB8 (or 0x93DDB8) is known color: Vista Blue. HEX triplet: 93, DD and B8. RGB value is (147,221,184). Sum of RGB (Red+Green+Blue) = 147+221+184=552 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.63% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDB8 is #6C2247. Grayscale: #C2C2C2. Windows color (decimal): -7086664 or 12115347. OLE color: 12115347.
HSL color Cylindrical-coordinate representation of color #93DDB8: hue angle of 150º 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 #93DDB8 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 184 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.13 |
| HSL | 150º | 0.52% | 0.72% | - |
| HSV(B) | 150º | 0.33% | 0.87% | - |
| XYZ | 46.54 | 61.38 | 54.74 | - |
| YUV | 194.66 | 121.98 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 184 | 0.33 | 0 | 0.17 | 0.13 | 150 | 0.52 | 0.72 |
| Hex | 93 | DD | B8 | 21 | 0 | 11 | D | 96 | 34 | 48 |
| Octal | 223 | 335 | 270 | 41 | 0 | 21 | 15 | 226 | 64 | 110 |
| Binary | 10010011 | 11011101 | 10111000 | 100001 | 0 | 10001 | 1101 | 10010110 | 110100 | 1001000 |
Color Harmonies of #93DDB8
Complementary color
Monochromatic Colors of #93DDB8
Black with #93DDB8
Text Example
Text Example
White with #93DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DDB8; }
p { color: rgb(147,221,184); }
H1.HeaderClassName
{
color: #93DDB8;
}
.AnyTagClassName
{
color: #93DDB8;
}
</style>
background-color css
<style>
a { background-color: #93DDB8; }
a { background-color: rgb(147,221,184); }
div.DivClassName
{
background-color: #93DDB8;
}
.BgClassName
{
background-color: #93DDB8;
}
</style>
border-color css
<style>
span { border-color: #93DDB8; }
span { border-color: rgb(147,221,184); }
td.TdClassName
{
border-color: #93DDB8;
}
.TagClassName
{
border-color: #93DDB8;
}
</style>