Shades of Vista Blue #93DCB5
Tints of Vista Blue #93DCB5
RGB
CMYK
RGB Variations
Color information
#93DCB5 (or 0x93DCB5) is known color: Vista Blue. HEX triplet: 93, DC and B5. RGB value is (147,220,181). Sum of RGB (Red+Green+Blue) = 147+220+181=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCB5 is #6C234A. Grayscale: #C1C1C1. Windows color (decimal): -7086923 or 11918483. OLE color: 11918483.
HSL color Cylindrical-coordinate representation of color #93DCB5: hue angle of 147.95º degrees, saturation: 0.51, 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 #93DCB5 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 181 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.14 |
| HSL | 147.95º | 0.51% | 0.72% | - |
| HSV(B) | 147.95º | 0.33% | 0.86% | - |
| XYZ | 45.97 | 60.73 | 53.01 | - |
| YUV | 193.73 | 120.82 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 181 | 0.33 | 0 | 0.18 | 0.14 | 147.95 | 0.51 | 0.72 |
| Hex | 93 | DC | B5 | 21 | 0 | 12 | E | 94 | 33 | 48 |
| Octal | 223 | 334 | 265 | 41 | 0 | 22 | 16 | 224 | 63 | 110 |
| Binary | 10010011 | 11011100 | 10110101 | 100001 | 0 | 10010 | 1110 | 10010100 | 110011 | 1001000 |
Color Harmonies of #93DCB5
Complementary color
Monochromatic Colors of #93DCB5
Black with #93DCB5
Text Example
Text Example
White with #93DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DCB5; }
p { color: rgb(147,220,181); }
H1.HeaderClassName
{
color: #93DCB5;
}
.AnyTagClassName
{
color: #93DCB5;
}
</style>
background-color css
<style>
a { background-color: #93DCB5; }
a { background-color: rgb(147,220,181); }
div.DivClassName
{
background-color: #93DCB5;
}
.BgClassName
{
background-color: #93DCB5;
}
</style>
border-color css
<style>
span { border-color: #93DCB5; }
span { border-color: rgb(147,220,181); }
td.TdClassName
{
border-color: #93DCB5;
}
.TagClassName
{
border-color: #93DCB5;
}
</style>