Shades of Vista Blue #98D3B5
Tints of Vista Blue #98D3B5
RGB
CMYK
RGB Variations
Color information
#98D3B5 (or 0x98D3B5) is known color: Vista Blue. HEX triplet: 98, D3 and B5. RGB value is (152,211,181). Sum of RGB (Red+Green+Blue) = 152+211+181=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #98D3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D3B5 is #672C4A. Grayscale: #BEBEBE. Windows color (decimal): -6761547 or 11916184. OLE color: 11916184.
HSL color Cylindrical-coordinate representation of color #98D3B5: hue angle of 149.49º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D3B5 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 211 | 181 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.17 |
| HSL | 149.49º | 0.4% | 0.71% | - |
| HSV(B) | 149.49º | 0.28% | 0.83% | - |
| XYZ | 44.58 | 56.6 | 52.29 | - |
| YUV | 189.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 181 | 0.28 | 0 | 0.14 | 0.17 | 149.49 | 0.4 | 0.71 |
| Hex | 98 | D3 | B5 | 1C | 0 | E | 11 | 95 | 28 | 47 |
| Octal | 230 | 323 | 265 | 34 | 0 | 16 | 21 | 225 | 50 | 107 |
| Binary | 10011000 | 11010011 | 10110101 | 11100 | 0 | 1110 | 10001 | 10010101 | 101000 | 1000111 |
Color Harmonies of #98D3B5
Complementary color
Monochromatic Colors of #98D3B5
Black with #98D3B5
Text Example
Text Example
White with #98D3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D3B5; }
p { color: rgb(152,211,181); }
H1.HeaderClassName
{
color: #98D3B5;
}
.AnyTagClassName
{
color: #98D3B5;
}
</style>
background-color css
<style>
a { background-color: #98D3B5; }
a { background-color: rgb(152,211,181); }
div.DivClassName
{
background-color: #98D3B5;
}
.BgClassName
{
background-color: #98D3B5;
}
</style>
border-color css
<style>
span { border-color: #98D3B5; }
span { border-color: rgb(152,211,181); }
td.TdClassName
{
border-color: #98D3B5;
}
.TagClassName
{
border-color: #98D3B5;
}
</style>