Shades of Polo Blue #98B3D0
Tints of Polo Blue #98B3D0
RGB
CMYK
RGB Variations
Color information
#98B3D0 (or 0x98B3D0) is known color: Polo Blue. HEX triplet: 98, B3 and D0. RGB value is (152,179,208). Sum of RGB (Red+Green+Blue) = 152+179+208=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #98B3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B3D0 is #674C2F. Grayscale: #AEAEAE. Windows color (decimal): -6769712 or 13677464. OLE color: 13677464.
HSL color Cylindrical-coordinate representation of color #98B3D0: hue angle of 211.07º 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 #98B3D0 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 179 | 208 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.18 |
| HSL | 211.07º | 0.37% | 0.71% | - |
| HSV(B) | 211.07º | 0.27% | 0.82% | - |
| XYZ | 40.45 | 43.47 | 65.93 | - |
| YUV | 174.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 179 | 208 | 0.27 | 0.14 | 0 | 0.18 | 211.07 | 0.37 | 0.71 |
| Hex | 98 | B3 | D0 | 1B | E | 0 | 12 | D3 | 25 | 47 |
| Octal | 230 | 263 | 320 | 33 | 16 | 0 | 22 | 323 | 45 | 107 |
| Binary | 10011000 | 10110011 | 11010000 | 11011 | 1110 | 0 | 10010 | 11010011 | 100101 | 1000111 |
Color Harmonies of #98B3D0
Complementary color
Monochromatic Colors of #98B3D0
Black with #98B3D0
Text Example
Text Example
White with #98B3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B3D0; }
p { color: rgb(152,179,208); }
H1.HeaderClassName
{
color: #98B3D0;
}
.AnyTagClassName
{
color: #98B3D0;
}
</style>
background-color css
<style>
a { background-color: #98B3D0; }
a { background-color: rgb(152,179,208); }
div.DivClassName
{
background-color: #98B3D0;
}
.BgClassName
{
background-color: #98B3D0;
}
</style>
border-color css
<style>
span { border-color: #98B3D0; }
span { border-color: rgb(152,179,208); }
td.TdClassName
{
border-color: #98B3D0;
}
.TagClassName
{
border-color: #98B3D0;
}
</style>