Shades of Vista Blue #93DBB2
Tints of Vista Blue #93DBB2
RGB
CMYK
RGB Variations
Color information
#93DBB2 (or 0x93DBB2) is known color: Vista Blue. HEX triplet: 93, DB and B2. RGB value is (147,219,178). Sum of RGB (Red+Green+Blue) = 147+219+178=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DBB2 is #6C244D. Grayscale: #C0C0C0. Windows color (decimal): -7087182 or 11721619. OLE color: 11721619.
HSL color Cylindrical-coordinate representation of color #93DBB2: hue angle of 145.83º degrees, saturation: 0.5, 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 #93DBB2 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 219 | 178 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.14 |
| HSL | 145.83º | 0.5% | 0.72% | - |
| HSV(B) | 145.83º | 0.33% | 0.86% | - |
| XYZ | 45.4 | 60.08 | 51.32 | - |
| YUV | 192.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 178 | 0.33 | 0 | 0.19 | 0.14 | 145.83 | 0.5 | 0.72 |
| Hex | 93 | DB | B2 | 21 | 0 | 13 | E | 92 | 32 | 48 |
| Octal | 223 | 333 | 262 | 41 | 0 | 23 | 16 | 222 | 62 | 110 |
| Binary | 10010011 | 11011011 | 10110010 | 100001 | 0 | 10011 | 1110 | 10010010 | 110010 | 1001000 |
Color Harmonies of #93DBB2
Complementary color
Monochromatic Colors of #93DBB2
Black with #93DBB2
Text Example
Text Example
White with #93DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DBB2; }
p { color: rgb(147,219,178); }
H1.HeaderClassName
{
color: #93DBB2;
}
.AnyTagClassName
{
color: #93DBB2;
}
</style>
background-color css
<style>
a { background-color: #93DBB2; }
a { background-color: rgb(147,219,178); }
div.DivClassName
{
background-color: #93DBB2;
}
.BgClassName
{
background-color: #93DBB2;
}
</style>
border-color css
<style>
span { border-color: #93DBB2; }
span { border-color: rgb(147,219,178); }
td.TdClassName
{
border-color: #93DBB2;
}
.TagClassName
{
border-color: #93DBB2;
}
</style>