Shades of Vista Blue #98CDB5
Tints of Vista Blue #98CDB5
RGB
CMYK
RGB Variations
Color information
#98CDB5 (or 0x98CDB5) is known color: Vista Blue. HEX triplet: 98, CD and B5. RGB value is (152,205,181). Sum of RGB (Red+Green+Blue) = 152+205+181=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #98CDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDB5 is #67324A. Grayscale: #BABABA. Windows color (decimal): -6763083 or 11914648. OLE color: 11914648.
HSL color Cylindrical-coordinate representation of color #98CDB5: hue angle of 152.83º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CDB5 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 205 | 181 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.20 |
| HSL | 152.83º | 0.35% | 0.7% | - |
| HSV(B) | 152.83º | 0.26% | 0.8% | - |
| XYZ | 43.12 | 53.67 | 51.8 | - |
| YUV | 186.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 181 | 0.26 | 0 | 0.12 | 0.20 | 152.83 | 0.35 | 0.7 |
| Hex | 98 | CD | B5 | 1A | 0 | C | 14 | 99 | 23 | 46 |
| Octal | 230 | 315 | 265 | 32 | 0 | 14 | 24 | 231 | 43 | 106 |
| Binary | 10011000 | 11001101 | 10110101 | 11010 | 0 | 1100 | 10100 | 10011001 | 100011 | 1000110 |
Color Harmonies of #98CDB5
Complementary color
Monochromatic Colors of #98CDB5
Black with #98CDB5
Text Example
Text Example
White with #98CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CDB5; }
p { color: rgb(152,205,181); }
H1.HeaderClassName
{
color: #98CDB5;
}
.AnyTagClassName
{
color: #98CDB5;
}
</style>
background-color css
<style>
a { background-color: #98CDB5; }
a { background-color: rgb(152,205,181); }
div.DivClassName
{
background-color: #98CDB5;
}
.BgClassName
{
background-color: #98CDB5;
}
</style>
border-color css
<style>
span { border-color: #98CDB5; }
span { border-color: rgb(152,205,181); }
td.TdClassName
{
border-color: #98CDB5;
}
.TagClassName
{
border-color: #98CDB5;
}
</style>