Shades of Vista Blue #98CFB8
Tints of Vista Blue #98CFB8
RGB
CMYK
RGB Variations
Color information
#98CFB8 (or 0x98CFB8) is known color: Vista Blue. HEX triplet: 98, CF and B8. RGB value is (152,207,184). Sum of RGB (Red+Green+Blue) = 152+207+184=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFB8 is #673047. Grayscale: #BBBBBB. Windows color (decimal): -6762568 or 12111768. OLE color: 12111768.
HSL color Cylindrical-coordinate representation of color #98CFB8: hue angle of 154.91º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CFB8 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 184 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.19 |
| HSL | 154.91º | 0.36% | 0.7% | - |
| HSV(B) | 154.91º | 0.27% | 0.81% | - |
| XYZ | 43.91 | 54.76 | 53.6 | - |
| YUV | 187.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 184 | 0.27 | 0 | 0.11 | 0.19 | 154.91 | 0.36 | 0.7 |
| Hex | 98 | CF | B8 | 1B | 0 | B | 13 | 9B | 24 | 46 |
| Octal | 230 | 317 | 270 | 33 | 0 | 13 | 23 | 233 | 44 | 106 |
| Binary | 10011000 | 11001111 | 10111000 | 11011 | 0 | 1011 | 10011 | 10011011 | 100100 | 1000110 |
Color Harmonies of #98CFB8
Complementary color
Monochromatic Colors of #98CFB8
Black with #98CFB8
Text Example
Text Example
White with #98CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CFB8; }
p { color: rgb(152,207,184); }
H1.HeaderClassName
{
color: #98CFB8;
}
.AnyTagClassName
{
color: #98CFB8;
}
</style>
background-color css
<style>
a { background-color: #98CFB8; }
a { background-color: rgb(152,207,184); }
div.DivClassName
{
background-color: #98CFB8;
}
.BgClassName
{
background-color: #98CFB8;
}
</style>
border-color css
<style>
span { border-color: #98CFB8; }
span { border-color: rgb(152,207,184); }
td.TdClassName
{
border-color: #98CFB8;
}
.TagClassName
{
border-color: #98CFB8;
}
</style>