Shades of Vista Blue #98DAAE
Tints of Vista Blue #98DAAE
RGB
CMYK
RGB Variations
Color information
#98DAAE (or 0x98DAAE) is known color: Vista Blue. HEX triplet: 98, DA and AE. RGB value is (152,218,174). Sum of RGB (Red+Green+Blue) = 152+218+174=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DAAE is #672551. Grayscale: #C1C1C1. Windows color (decimal): -6759762 or 11459224. OLE color: 11459224.
HSL color Cylindrical-coordinate representation of color #98DAAE: hue angle of 140º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98DAAE is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 218 | 174 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.15 |
| HSL | 140º | 0.47% | 0.73% | - |
| HSV(B) | 140º | 0.3% | 0.85% | - |
| XYZ | 45.66 | 59.87 | 49.19 | - |
| YUV | 193.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 174 | 0.30 | 0 | 0.20 | 0.15 | 140 | 0.47 | 0.73 |
| Hex | 98 | DA | AE | 1E | 0 | 14 | F | 8C | 2F | 49 |
| Octal | 230 | 332 | 256 | 36 | 0 | 24 | 17 | 214 | 57 | 111 |
| Binary | 10011000 | 11011010 | 10101110 | 11110 | 0 | 10100 | 1111 | 10001100 | 101111 | 1001001 |
Color Harmonies of #98DAAE
Complementary color
Monochromatic Colors of #98DAAE
Black with #98DAAE
Text Example
Text Example
White with #98DAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DAAE; }
p { color: rgb(152,218,174); }
H1.HeaderClassName
{
color: #98DAAE;
}
.AnyTagClassName
{
color: #98DAAE;
}
</style>
background-color css
<style>
a { background-color: #98DAAE; }
a { background-color: rgb(152,218,174); }
div.DivClassName
{
background-color: #98DAAE;
}
.BgClassName
{
background-color: #98DAAE;
}
</style>
border-color css
<style>
span { border-color: #98DAAE; }
span { border-color: rgb(152,218,174); }
td.TdClassName
{
border-color: #98DAAE;
}
.TagClassName
{
border-color: #98DAAE;
}
</style>