Shades of Vista Blue #98DCB8
Tints of Vista Blue #98DCB8
RGB
CMYK
RGB Variations
Color information
#98DCB8 (or 0x98DCB8) is known color: Vista Blue. HEX triplet: 98, DC and B8. RGB value is (152,220,184). Sum of RGB (Red+Green+Blue) = 152+220+184=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCB8 is #672347. Grayscale: #C3C3C3. Windows color (decimal): -6759240 or 12115096. OLE color: 12115096.
HSL color Cylindrical-coordinate representation of color #98DCB8: hue angle of 148.24º 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 #98DCB8 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 184 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.14 |
| HSL | 148.24º | 0.49% | 0.73% | - |
| HSV(B) | 148.24º | 0.31% | 0.86% | - |
| XYZ | 47.19 | 61.32 | 54.7 | - |
| YUV | 195.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 184 | 0.31 | 0 | 0.16 | 0.14 | 148.24 | 0.49 | 0.73 |
| Hex | 98 | DC | B8 | 1F | 0 | 10 | E | 94 | 31 | 49 |
| Octal | 230 | 334 | 270 | 37 | 0 | 20 | 16 | 224 | 61 | 111 |
| Binary | 10011000 | 11011100 | 10111000 | 11111 | 0 | 10000 | 1110 | 10010100 | 110001 | 1001001 |
Color Harmonies of #98DCB8
Complementary color
Monochromatic Colors of #98DCB8
Black with #98DCB8
Text Example
Text Example
White with #98DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCB8; }
p { color: rgb(152,220,184); }
H1.HeaderClassName
{
color: #98DCB8;
}
.AnyTagClassName
{
color: #98DCB8;
}
</style>
background-color css
<style>
a { background-color: #98DCB8; }
a { background-color: rgb(152,220,184); }
div.DivClassName
{
background-color: #98DCB8;
}
.BgClassName
{
background-color: #98DCB8;
}
</style>
border-color css
<style>
span { border-color: #98DCB8; }
span { border-color: rgb(152,220,184); }
td.TdClassName
{
border-color: #98DCB8;
}
.TagClassName
{
border-color: #98DCB8;
}
</style>