Shades of Vista Blue #98DCC2
Tints of Vista Blue #98DCC2
RGB
CMYK
RGB Variations
Color information
#98DCC2 (or 0x98DCC2) is known color: Vista Blue. HEX triplet: 98, DC and C2. RGB value is (152,220,194). Sum of RGB (Red+Green+Blue) = 152+220+194=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCC2 is #67233D. Grayscale: #C4C4C4. Windows color (decimal): -6759230 or 12770456. OLE color: 12770456.
HSL color Cylindrical-coordinate representation of color #98DCC2: hue angle of 157.06º 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 #98DCC2 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 194 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.14 |
| HSL | 157.06º | 0.49% | 0.73% | - |
| HSV(B) | 157.06º | 0.31% | 0.86% | - |
| XYZ | 48.28 | 61.76 | 60.41 | - |
| YUV | 196.7 | 126.47 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 194 | 0.31 | 0 | 0.12 | 0.14 | 157.06 | 0.49 | 0.73 |
| Hex | 98 | DC | C2 | 1F | 0 | C | E | 9D | 31 | 49 |
| Octal | 230 | 334 | 302 | 37 | 0 | 14 | 16 | 235 | 61 | 111 |
| Binary | 10011000 | 11011100 | 11000010 | 11111 | 0 | 1100 | 1110 | 10011101 | 110001 | 1001001 |
Color Harmonies of #98DCC2
Complementary color
Monochromatic Colors of #98DCC2
Black with #98DCC2
Text Example
Text Example
White with #98DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCC2; }
p { color: rgb(152,220,194); }
H1.HeaderClassName
{
color: #98DCC2;
}
.AnyTagClassName
{
color: #98DCC2;
}
</style>
background-color css
<style>
a { background-color: #98DCC2; }
a { background-color: rgb(152,220,194); }
div.DivClassName
{
background-color: #98DCC2;
}
.BgClassName
{
background-color: #98DCC2;
}
</style>
border-color css
<style>
span { border-color: #98DCC2; }
span { border-color: rgb(152,220,194); }
td.TdClassName
{
border-color: #98DCC2;
}
.TagClassName
{
border-color: #98DCC2;
}
</style>