Shades of Polo Blue #98B9D3
Tints of Polo Blue #98B9D3
RGB
CMYK
RGB Variations
Color information
#98B9D3 (or 0x98B9D3) is known color: Polo Blue. HEX triplet: 98, B9 and D3. RGB value is (152,185,211). Sum of RGB (Red+Green+Blue) = 152+185+211=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 211 - color contains mainly: blue. Hex color #98B9D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B9D3 is #67462C. Grayscale: #B1B1B1. Windows color (decimal): -6768173 or 13875608. OLE color: 13875608.
HSL color Cylindrical-coordinate representation of color #98B9D3: hue angle of 206.44º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98B9D3 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 185 | 211 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.17 |
| HSL | 206.44º | 0.4% | 0.71% | - |
| HSV(B) | 206.44º | 0.28% | 0.83% | - |
| XYZ | 42.06 | 46.08 | 68.31 | - |
| YUV | 178.1 | 146.57 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 211 | 0.28 | 0.12 | 0 | 0.17 | 206.44 | 0.4 | 0.71 |
| Hex | 98 | B9 | D3 | 1C | C | 0 | 11 | CE | 28 | 47 |
| Octal | 230 | 271 | 323 | 34 | 14 | 0 | 21 | 316 | 50 | 107 |
| Binary | 10011000 | 10111001 | 11010011 | 11100 | 1100 | 0 | 10001 | 11001110 | 101000 | 1000111 |
Color Harmonies of #98B9D3
Complementary color
Monochromatic Colors of #98B9D3
Black with #98B9D3
Text Example
Text Example
White with #98B9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B9D3; }
p { color: rgb(152,185,211); }
H1.HeaderClassName
{
color: #98B9D3;
}
.AnyTagClassName
{
color: #98B9D3;
}
</style>
background-color css
<style>
a { background-color: #98B9D3; }
a { background-color: rgb(152,185,211); }
div.DivClassName
{
background-color: #98B9D3;
}
.BgClassName
{
background-color: #98B9D3;
}
</style>
border-color css
<style>
span { border-color: #98B9D3; }
span { border-color: rgb(152,185,211); }
td.TdClassName
{
border-color: #98B9D3;
}
.TagClassName
{
border-color: #98B9D3;
}
</style>