Shades of Vista Blue #98EFB4
Tints of Vista Blue #98EFB4
RGB
CMYK
RGB Variations
Color information
#98EFB4 (or 0x98EFB4) is known color: Vista Blue. HEX triplet: 98, EF and B4. RGB value is (152,239,180). Sum of RGB (Red+Green+Blue) = 152+239+180=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EFB4 is #67104B. Grayscale: #CECECE. Windows color (decimal): -6754380 or 11857816. OLE color: 11857816.
HSL color Cylindrical-coordinate representation of color #98EFB4: hue angle of 139.31º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EFB4 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 180 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.06 |
| HSL | 139.31º | 0.73% | 0.77% | - |
| HSV(B) | 139.31º | 0.36% | 0.94% | - |
| XYZ | 52.05 | 71.7 | 54.28 | - |
| YUV | 206.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 180 | 0.36 | 0 | 0.25 | 0.06 | 139.31 | 0.73 | 0.77 |
| Hex | 98 | EF | B4 | 24 | 0 | 19 | 6 | 8B | 49 | 4D |
| Octal | 230 | 357 | 264 | 44 | 0 | 31 | 6 | 213 | 111 | 115 |
| Binary | 10011000 | 11101111 | 10110100 | 100100 | 0 | 11001 | 110 | 10001011 | 1001001 | 1001101 |
Color Harmonies of #98EFB4
Complementary color
Monochromatic Colors of #98EFB4
Black with #98EFB4
Text Example
Text Example
White with #98EFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EFB4; }
p { color: rgb(152,239,180); }
H1.HeaderClassName
{
color: #98EFB4;
}
.AnyTagClassName
{
color: #98EFB4;
}
</style>
background-color css
<style>
a { background-color: #98EFB4; }
a { background-color: rgb(152,239,180); }
div.DivClassName
{
background-color: #98EFB4;
}
.BgClassName
{
background-color: #98EFB4;
}
</style>
border-color css
<style>
span { border-color: #98EFB4; }
span { border-color: rgb(152,239,180); }
td.TdClassName
{
border-color: #98EFB4;
}
.TagClassName
{
border-color: #98EFB4;
}
</style>