Shades of Polo Blue #98B7D0
Tints of Polo Blue #98B7D0
RGB
CMYK
RGB Variations
Color information
#98B7D0 (or 0x98B7D0) is known color: Polo Blue. HEX triplet: 98, B7 and D0. RGB value is (152,183,208). Sum of RGB (Red+Green+Blue) = 152+183+208=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #98B7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B7D0 is #67482F. Grayscale: #B0B0B0. Windows color (decimal): -6768688 or 13678488. OLE color: 13678488.
HSL color Cylindrical-coordinate representation of color #98B7D0: hue angle of 206.79º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98B7D0 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 183 | 208 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.18 |
| HSL | 206.79º | 0.37% | 0.71% | - |
| HSV(B) | 206.79º | 0.27% | 0.82% | - |
| XYZ | 41.27 | 45.1 | 66.2 | - |
| YUV | 176.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 183 | 208 | 0.27 | 0.12 | 0 | 0.18 | 206.79 | 0.37 | 0.71 |
| Hex | 98 | B7 | D0 | 1B | C | 0 | 12 | CF | 25 | 47 |
| Octal | 230 | 267 | 320 | 33 | 14 | 0 | 22 | 317 | 45 | 107 |
| Binary | 10011000 | 10110111 | 11010000 | 11011 | 1100 | 0 | 10010 | 11001111 | 100101 | 1000111 |
Color Harmonies of #98B7D0
Complementary color
Monochromatic Colors of #98B7D0
Black with #98B7D0
Text Example
Text Example
White with #98B7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B7D0; }
p { color: rgb(152,183,208); }
H1.HeaderClassName
{
color: #98B7D0;
}
.AnyTagClassName
{
color: #98B7D0;
}
</style>
background-color css
<style>
a { background-color: #98B7D0; }
a { background-color: rgb(152,183,208); }
div.DivClassName
{
background-color: #98B7D0;
}
.BgClassName
{
background-color: #98B7D0;
}
</style>
border-color css
<style>
span { border-color: #98B7D0; }
span { border-color: rgb(152,183,208); }
td.TdClassName
{
border-color: #98B7D0;
}
.TagClassName
{
border-color: #98B7D0;
}
</style>