Shades of Polo Blue #98B7D1
Tints of Polo Blue #98B7D1
RGB
CMYK
RGB Variations
Color information
#98B7D1 (or 0x98B7D1) is known color: Polo Blue. HEX triplet: 98, B7 and D1. RGB value is (152,183,209). Sum of RGB (Red+Green+Blue) = 152+183+209=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #98B7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B7D1 is #67482E. Grayscale: #B0B0B0. Windows color (decimal): -6768687 or 13744024. OLE color: 13744024.
HSL color Cylindrical-coordinate representation of color #98B7D1: hue angle of 207.37º degrees, saturation: 0.38, 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 #98B7D1 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 183 | 209 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.18 |
| HSL | 207.37º | 0.38% | 0.71% | - |
| HSV(B) | 207.37º | 0.27% | 0.82% | - |
| XYZ | 41.39 | 45.15 | 66.85 | - |
| YUV | 176.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 183 | 209 | 0.27 | 0.12 | 0 | 0.18 | 207.37 | 0.38 | 0.71 |
| Hex | 98 | B7 | D1 | 1B | C | 0 | 12 | CF | 26 | 47 |
| Octal | 230 | 267 | 321 | 33 | 14 | 0 | 22 | 317 | 46 | 107 |
| Binary | 10011000 | 10110111 | 11010001 | 11011 | 1100 | 0 | 10010 | 11001111 | 100110 | 1000111 |
Color Harmonies of #98B7D1
Complementary color
Monochromatic Colors of #98B7D1
Black with #98B7D1
Text Example
Text Example
White with #98B7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B7D1; }
p { color: rgb(152,183,209); }
H1.HeaderClassName
{
color: #98B7D1;
}
.AnyTagClassName
{
color: #98B7D1;
}
</style>
background-color css
<style>
a { background-color: #98B7D1; }
a { background-color: rgb(152,183,209); }
div.DivClassName
{
background-color: #98B7D1;
}
.BgClassName
{
background-color: #98B7D1;
}
</style>
border-color css
<style>
span { border-color: #98B7D1; }
span { border-color: rgb(152,183,209); }
td.TdClassName
{
border-color: #98B7D1;
}
.TagClassName
{
border-color: #98B7D1;
}
</style>