Shades of Vista Blue #98CFB6
Tints of Vista Blue #98CFB6
RGB
CMYK
RGB Variations
Color information
#98CFB6 (or 0x98CFB6) is known color: Vista Blue. HEX triplet: 98, CF and B6. RGB value is (152,207,182). Sum of RGB (Red+Green+Blue) = 152+207+182=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFB6 is #673049. Grayscale: #BBBBBB. Windows color (decimal): -6762570 or 11980696. OLE color: 11980696.
HSL color Cylindrical-coordinate representation of color #98CFB6: hue angle of 152.73º 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 #98CFB6 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 182 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.19 |
| HSL | 152.73º | 0.36% | 0.7% | - |
| HSV(B) | 152.73º | 0.27% | 0.81% | - |
| XYZ | 43.71 | 54.68 | 52.51 | - |
| YUV | 187.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 182 | 0.27 | 0 | 0.12 | 0.19 | 152.73 | 0.36 | 0.7 |
| Hex | 98 | CF | B6 | 1B | 0 | C | 13 | 99 | 24 | 46 |
| Octal | 230 | 317 | 266 | 33 | 0 | 14 | 23 | 231 | 44 | 106 |
| Binary | 10011000 | 11001111 | 10110110 | 11011 | 0 | 1100 | 10011 | 10011001 | 100100 | 1000110 |
Color Harmonies of #98CFB6
Complementary color
Monochromatic Colors of #98CFB6
Black with #98CFB6
Text Example
Text Example
White with #98CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CFB6; }
p { color: rgb(152,207,182); }
H1.HeaderClassName
{
color: #98CFB6;
}
.AnyTagClassName
{
color: #98CFB6;
}
</style>
background-color css
<style>
a { background-color: #98CFB6; }
a { background-color: rgb(152,207,182); }
div.DivClassName
{
background-color: #98CFB6;
}
.BgClassName
{
background-color: #98CFB6;
}
</style>
border-color css
<style>
span { border-color: #98CFB6; }
span { border-color: rgb(152,207,182); }
td.TdClassName
{
border-color: #98CFB6;
}
.TagClassName
{
border-color: #98CFB6;
}
</style>