Shades of Vista Blue #98DCBC
Tints of Vista Blue #98DCBC
RGB
CMYK
RGB Variations
Color information
#98DCBC (or 0x98DCBC) is known color: Vista Blue. HEX triplet: 98, DC and BC. RGB value is (152,220,188). Sum of RGB (Red+Green+Blue) = 152+220+188=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCBC is #672343. Grayscale: #C4C4C4. Windows color (decimal): -6759236 or 12377240. OLE color: 12377240.
HSL color Cylindrical-coordinate representation of color #98DCBC: hue angle of 151.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DCBC is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 188 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.14 |
| HSL | 151.76º | 0.49% | 0.73% | - |
| HSV(B) | 151.76º | 0.31% | 0.86% | - |
| XYZ | 47.62 | 61.49 | 56.94 | - |
| YUV | 196.02 | 123.47 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 188 | 0.31 | 0 | 0.15 | 0.14 | 151.76 | 0.49 | 0.73 |
| Hex | 98 | DC | BC | 1F | 0 | F | E | 98 | 31 | 49 |
| Octal | 230 | 334 | 274 | 37 | 0 | 17 | 16 | 230 | 61 | 111 |
| Binary | 10011000 | 11011100 | 10111100 | 11111 | 0 | 1111 | 1110 | 10011000 | 110001 | 1001001 |
Color Harmonies of #98DCBC
Complementary color
Monochromatic Colors of #98DCBC
Black with #98DCBC
Text Example
Text Example
White with #98DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCBC; }
p { color: rgb(152,220,188); }
H1.HeaderClassName
{
color: #98DCBC;
}
.AnyTagClassName
{
color: #98DCBC;
}
</style>
background-color css
<style>
a { background-color: #98DCBC; }
a { background-color: rgb(152,220,188); }
div.DivClassName
{
background-color: #98DCBC;
}
.BgClassName
{
background-color: #98DCBC;
}
</style>
border-color css
<style>
span { border-color: #98DCBC; }
span { border-color: rgb(152,220,188); }
td.TdClassName
{
border-color: #98DCBC;
}
.TagClassName
{
border-color: #98DCBC;
}
</style>