Shades of Vista Blue #93DDB1
Tints of Vista Blue #93DDB1
RGB
CMYK
RGB Variations
Color information
#93DDB1 (or 0x93DDB1) is known color: Vista Blue. HEX triplet: 93, DD and B1. RGB value is (147,221,177). Sum of RGB (Red+Green+Blue) = 147+221+177=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DDB1 is #6C224E. Grayscale: #C1C1C1. Windows color (decimal): -7086671 or 11656595. OLE color: 11656595.
HSL color Cylindrical-coordinate representation of color #93DDB1: hue angle of 144.32º 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 #93DDB1 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 177 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.13 |
| HSL | 144.32º | 0.52% | 0.72% | - |
| HSV(B) | 144.32º | 0.33% | 0.87% | - |
| XYZ | 45.82 | 61.09 | 50.97 | - |
| YUV | 193.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 177 | 0.33 | 0 | 0.20 | 0.13 | 144.32 | 0.52 | 0.72 |
| Hex | 93 | DD | B1 | 21 | 0 | 14 | D | 90 | 34 | 48 |
| Octal | 223 | 335 | 261 | 41 | 0 | 24 | 15 | 220 | 64 | 110 |
| Binary | 10010011 | 11011101 | 10110001 | 100001 | 0 | 10100 | 1101 | 10010000 | 110100 | 1001000 |
Color Harmonies of #93DDB1
Complementary color
Monochromatic Colors of #93DDB1
Black with #93DDB1
Text Example
Text Example
White with #93DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DDB1; }
p { color: rgb(147,221,177); }
H1.HeaderClassName
{
color: #93DDB1;
}
.AnyTagClassName
{
color: #93DDB1;
}
</style>
background-color css
<style>
a { background-color: #93DDB1; }
a { background-color: rgb(147,221,177); }
div.DivClassName
{
background-color: #93DDB1;
}
.BgClassName
{
background-color: #93DDB1;
}
</style>
border-color css
<style>
span { border-color: #93DDB1; }
span { border-color: rgb(147,221,177); }
td.TdClassName
{
border-color: #93DDB1;
}
.TagClassName
{
border-color: #93DDB1;
}
</style>