Shades of Vista Blue #93DAB5
Tints of Vista Blue #93DAB5
RGB
CMYK
RGB Variations
Color information
#93DAB5 (or 0x93DAB5) is known color: Vista Blue. HEX triplet: 93, DA and B5. RGB value is (147,218,181). Sum of RGB (Red+Green+Blue) = 147+218+181=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DAB5 is #6C254A. Grayscale: #C0C0C0. Windows color (decimal): -7087435 or 11917971. OLE color: 11917971.
HSL color Cylindrical-coordinate representation of color #93DAB5: hue angle of 148.73º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DAB5 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 218 | 181 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.15 |
| HSL | 148.73º | 0.49% | 0.72% | - |
| HSV(B) | 148.73º | 0.33% | 0.85% | - |
| XYZ | 45.44 | 59.68 | 52.84 | - |
| YUV | 192.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 218 | 181 | 0.33 | 0 | 0.17 | 0.15 | 148.73 | 0.49 | 0.72 |
| Hex | 93 | DA | B5 | 21 | 0 | 11 | F | 95 | 31 | 48 |
| Octal | 223 | 332 | 265 | 41 | 0 | 21 | 17 | 225 | 61 | 110 |
| Binary | 10010011 | 11011010 | 10110101 | 100001 | 0 | 10001 | 1111 | 10010101 | 110001 | 1001000 |
Color Harmonies of #93DAB5
Complementary color
Monochromatic Colors of #93DAB5
Black with #93DAB5
Text Example
Text Example
White with #93DAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DAB5; }
p { color: rgb(147,218,181); }
H1.HeaderClassName
{
color: #93DAB5;
}
.AnyTagClassName
{
color: #93DAB5;
}
</style>
background-color css
<style>
a { background-color: #93DAB5; }
a { background-color: rgb(147,218,181); }
div.DivClassName
{
background-color: #93DAB5;
}
.BgClassName
{
background-color: #93DAB5;
}
</style>
border-color css
<style>
span { border-color: #93DAB5; }
span { border-color: rgb(147,218,181); }
td.TdClassName
{
border-color: #93DAB5;
}
.TagClassName
{
border-color: #93DAB5;
}
</style>