Shades of Vista Blue #93DDBF
Tints of Vista Blue #93DDBF
RGB
CMYK
RGB Variations
Color information
#93DDBF (or 0x93DDBF) is known color: Vista Blue. HEX triplet: 93, DD and BF. RGB value is (147,221,191). Sum of RGB (Red+Green+Blue) = 147+221+191=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDBF is #6C2240. Grayscale: #C3C3C3. Windows color (decimal): -7086657 or 12574099. OLE color: 12574099.
HSL color Cylindrical-coordinate representation of color #93DDBF: hue angle of 155.68º 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 #93DDBF is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 191 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.13 |
| HSL | 155.68º | 0.52% | 0.72% | - |
| HSV(B) | 155.68º | 0.33% | 0.87% | - |
| XYZ | 47.29 | 61.68 | 58.7 | - |
| YUV | 195.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 191 | 0.33 | 0 | 0.14 | 0.13 | 155.68 | 0.52 | 0.72 |
| Hex | 93 | DD | BF | 21 | 0 | E | D | 9C | 34 | 48 |
| Octal | 223 | 335 | 277 | 41 | 0 | 16 | 15 | 234 | 64 | 110 |
| Binary | 10010011 | 11011101 | 10111111 | 100001 | 0 | 1110 | 1101 | 10011100 | 110100 | 1001000 |
Color Harmonies of #93DDBF
Complementary color
Monochromatic Colors of #93DDBF
Black with #93DDBF
Text Example
Text Example
White with #93DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DDBF; }
p { color: rgb(147,221,191); }
H1.HeaderClassName
{
color: #93DDBF;
}
.AnyTagClassName
{
color: #93DDBF;
}
</style>
background-color css
<style>
a { background-color: #93DDBF; }
a { background-color: rgb(147,221,191); }
div.DivClassName
{
background-color: #93DDBF;
}
.BgClassName
{
background-color: #93DDBF;
}
</style>
border-color css
<style>
span { border-color: #93DDBF; }
span { border-color: rgb(147,221,191); }
td.TdClassName
{
border-color: #93DDBF;
}
.TagClassName
{
border-color: #93DDBF;
}
</style>