Shades of Polo Blue #98AFCF
Tints of Polo Blue #98AFCF
RGB
CMYK
RGB Variations
Color information
#98AFCF (or 0x98AFCF) is known color: Polo Blue. HEX triplet: 98, AF and CF. RGB value is (152,175,207). Sum of RGB (Red+Green+Blue) = 152+175+207=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #98AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AFCF is #675030. Grayscale: #ABABAB. Windows color (decimal): -6770737 or 13610904. OLE color: 13610904.
HSL color Cylindrical-coordinate representation of color #98AFCF: hue angle of 214.91º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98AFCF is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 175 | 207 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.19 |
| HSL | 214.91º | 0.36% | 0.7% | - |
| HSV(B) | 214.91º | 0.27% | 0.81% | - |
| XYZ | 39.54 | 41.84 | 65.02 | - |
| YUV | 171.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 175 | 207 | 0.27 | 0.15 | 0 | 0.19 | 214.91 | 0.36 | 0.7 |
| Hex | 98 | AF | CF | 1B | F | 0 | 13 | D7 | 24 | 46 |
| Octal | 230 | 257 | 317 | 33 | 17 | 0 | 23 | 327 | 44 | 106 |
| Binary | 10011000 | 10101111 | 11001111 | 11011 | 1111 | 0 | 10011 | 11010111 | 100100 | 1000110 |
Color Harmonies of #98AFCF
Complementary color
Monochromatic Colors of #98AFCF
Black with #98AFCF
Text Example
Text Example
White with #98AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AFCF; }
p { color: rgb(152,175,207); }
H1.HeaderClassName
{
color: #98AFCF;
}
.AnyTagClassName
{
color: #98AFCF;
}
</style>
background-color css
<style>
a { background-color: #98AFCF; }
a { background-color: rgb(152,175,207); }
div.DivClassName
{
background-color: #98AFCF;
}
.BgClassName
{
background-color: #98AFCF;
}
</style>
border-color css
<style>
span { border-color: #98AFCF; }
span { border-color: rgb(152,175,207); }
td.TdClassName
{
border-color: #98AFCF;
}
.TagClassName
{
border-color: #98AFCF;
}
</style>