Shades of Vista Blue #93DDBB
Tints of Vista Blue #93DDBB
RGB
CMYK
RGB Variations
Color information
#93DDBB (or 0x93DDBB) is known color: Vista Blue. HEX triplet: 93, DD and BB. RGB value is (147,221,187). Sum of RGB (Red+Green+Blue) = 147+221+187=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDBB is #6C2244. Grayscale: #C3C3C3. Windows color (decimal): -7086661 or 12311955. OLE color: 12311955.
HSL color Cylindrical-coordinate representation of color #93DDBB: hue angle of 152.43º 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 #93DDBB is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 187 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.13 |
| HSL | 152.43º | 0.52% | 0.72% | - |
| HSV(B) | 152.43º | 0.33% | 0.87% | - |
| XYZ | 46.86 | 61.5 | 56.42 | - |
| YUV | 195 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 187 | 0.33 | 0 | 0.15 | 0.13 | 152.43 | 0.52 | 0.72 |
| Hex | 93 | DD | BB | 21 | 0 | F | D | 98 | 34 | 48 |
| Octal | 223 | 335 | 273 | 41 | 0 | 17 | 15 | 230 | 64 | 110 |
| Binary | 10010011 | 11011101 | 10111011 | 100001 | 0 | 1111 | 1101 | 10011000 | 110100 | 1001000 |
Color Harmonies of #93DDBB
Complementary color
Monochromatic Colors of #93DDBB
Black with #93DDBB
Text Example
Text Example
White with #93DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DDBB; }
p { color: rgb(147,221,187); }
H1.HeaderClassName
{
color: #93DDBB;
}
.AnyTagClassName
{
color: #93DDBB;
}
</style>
background-color css
<style>
a { background-color: #93DDBB; }
a { background-color: rgb(147,221,187); }
div.DivClassName
{
background-color: #93DDBB;
}
.BgClassName
{
background-color: #93DDBB;
}
</style>
border-color css
<style>
span { border-color: #93DDBB; }
span { border-color: rgb(147,221,187); }
td.TdClassName
{
border-color: #93DDBB;
}
.TagClassName
{
border-color: #93DDBB;
}
</style>