Shades of Vista Blue #98CBB6
Tints of Vista Blue #98CBB6
RGB
CMYK
RGB Variations
Color information
#98CBB6 (or 0x98CBB6) is known color: Vista Blue. HEX triplet: 98, CB and B6. RGB value is (152,203,182). Sum of RGB (Red+Green+Blue) = 152+203+182=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CBB6 is #673449. Grayscale: #B9B9B9. Windows color (decimal): -6763594 or 11979672. OLE color: 11979672.
HSL color Cylindrical-coordinate representation of color #98CBB6: hue angle of 155.29º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CBB6 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 182 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.20 |
| HSL | 155.29º | 0.33% | 0.7% | - |
| HSV(B) | 155.29º | 0.25% | 0.8% | - |
| XYZ | 42.75 | 52.76 | 52.19 | - |
| YUV | 185.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 182 | 0.25 | 0 | 0.10 | 0.20 | 155.29 | 0.33 | 0.7 |
| Hex | 98 | CB | B6 | 19 | 0 | A | 14 | 9B | 21 | 46 |
| Octal | 230 | 313 | 266 | 31 | 0 | 12 | 24 | 233 | 41 | 106 |
| Binary | 10011000 | 11001011 | 10110110 | 11001 | 0 | 1010 | 10100 | 10011011 | 100001 | 1000110 |
Color Harmonies of #98CBB6
Complementary color
Monochromatic Colors of #98CBB6
Black with #98CBB6
Text Example
Text Example
White with #98CBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CBB6; }
p { color: rgb(152,203,182); }
H1.HeaderClassName
{
color: #98CBB6;
}
.AnyTagClassName
{
color: #98CBB6;
}
</style>
background-color css
<style>
a { background-color: #98CBB6; }
a { background-color: rgb(152,203,182); }
div.DivClassName
{
background-color: #98CBB6;
}
.BgClassName
{
background-color: #98CBB6;
}
</style>
border-color css
<style>
span { border-color: #98CBB6; }
span { border-color: rgb(152,203,182); }
td.TdClassName
{
border-color: #98CBB6;
}
.TagClassName
{
border-color: #98CBB6;
}
</style>