Shades of Polo Blue #98B0CB
Tints of Polo Blue #98B0CB
RGB
CMYK
RGB Variations
Color information
#98B0CB (or 0x98B0CB) is known color: Polo Blue. HEX triplet: 98, B0 and CB. RGB value is (152,176,203). Sum of RGB (Red+Green+Blue) = 152+176+203=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #98B0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B0CB is #674F34. Grayscale: #ABABAB. Windows color (decimal): -6770485 or 13349016. OLE color: 13349016.
HSL color Cylindrical-coordinate representation of color #98B0CB: hue angle of 211.76º 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 #98B0CB is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 176 | 203 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.20 |
| HSL | 211.76º | 0.33% | 0.7% | - |
| HSV(B) | 211.76º | 0.25% | 0.8% | - |
| XYZ | 39.25 | 42.04 | 62.55 | - |
| YUV | 171.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 176 | 203 | 0.25 | 0.13 | 0 | 0.20 | 211.76 | 0.33 | 0.7 |
| Hex | 98 | B0 | CB | 19 | D | 0 | 14 | D4 | 21 | 46 |
| Octal | 230 | 260 | 313 | 31 | 15 | 0 | 24 | 324 | 41 | 106 |
| Binary | 10011000 | 10110000 | 11001011 | 11001 | 1101 | 0 | 10100 | 11010100 | 100001 | 1000110 |
Color Harmonies of #98B0CB
Complementary color
Monochromatic Colors of #98B0CB
Black with #98B0CB
Text Example
Text Example
White with #98B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B0CB; }
p { color: rgb(152,176,203); }
H1.HeaderClassName
{
color: #98B0CB;
}
.AnyTagClassName
{
color: #98B0CB;
}
</style>
background-color css
<style>
a { background-color: #98B0CB; }
a { background-color: rgb(152,176,203); }
div.DivClassName
{
background-color: #98B0CB;
}
.BgClassName
{
background-color: #98B0CB;
}
</style>
border-color css
<style>
span { border-color: #98B0CB; }
span { border-color: rgb(152,176,203); }
td.TdClassName
{
border-color: #98B0CB;
}
.TagClassName
{
border-color: #98B0CB;
}
</style>