Shades of Vista Blue #98DCBD
Tints of Vista Blue #98DCBD
RGB
CMYK
RGB Variations
Color information
#98DCBD (or 0x98DCBD) is known color: Vista Blue. HEX triplet: 98, DC and BD. RGB value is (152,220,189). Sum of RGB (Red+Green+Blue) = 152+220+189=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCBD is #672342. Grayscale: #C4C4C4. Windows color (decimal): -6759235 or 12442776. OLE color: 12442776.
HSL color Cylindrical-coordinate representation of color #98DCBD: hue angle of 152.65º 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 #98DCBD is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 189 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.14 |
| HSL | 152.65º | 0.49% | 0.73% | - |
| HSV(B) | 152.65º | 0.31% | 0.86% | - |
| XYZ | 47.73 | 61.54 | 57.51 | - |
| YUV | 196.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 189 | 0.31 | 0 | 0.14 | 0.14 | 152.65 | 0.49 | 0.73 |
| Hex | 98 | DC | BD | 1F | 0 | E | E | 99 | 31 | 49 |
| Octal | 230 | 334 | 275 | 37 | 0 | 16 | 16 | 231 | 61 | 111 |
| Binary | 10011000 | 11011100 | 10111101 | 11111 | 0 | 1110 | 1110 | 10011001 | 110001 | 1001001 |
Color Harmonies of #98DCBD
Complementary color
Monochromatic Colors of #98DCBD
Black with #98DCBD
Text Example
Text Example
White with #98DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCBD; }
p { color: rgb(152,220,189); }
H1.HeaderClassName
{
color: #98DCBD;
}
.AnyTagClassName
{
color: #98DCBD;
}
</style>
background-color css
<style>
a { background-color: #98DCBD; }
a { background-color: rgb(152,220,189); }
div.DivClassName
{
background-color: #98DCBD;
}
.BgClassName
{
background-color: #98DCBD;
}
</style>
border-color css
<style>
span { border-color: #98DCBD; }
span { border-color: rgb(152,220,189); }
td.TdClassName
{
border-color: #98DCBD;
}
.TagClassName
{
border-color: #98DCBD;
}
</style>