Shades of Polo Blue #98AECF
Tints of Polo Blue #98AECF
RGB
CMYK
RGB Variations
Color information
#98AECF (or 0x98AECF) is known color: Polo Blue. HEX triplet: 98, AE and CF. RGB value is (152,174,207). Sum of RGB (Red+Green+Blue) = 152+174+207=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #98AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AECF is #675130. Grayscale: #ABABAB. Windows color (decimal): -6770993 or 13610648. OLE color: 13610648.
HSL color Cylindrical-coordinate representation of color #98AECF: hue angle of 216º 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 #98AECF is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 174 | 207 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.19 |
| HSL | 216º | 0.36% | 0.7% | - |
| HSV(B) | 216º | 0.27% | 0.81% | - |
| XYZ | 39.35 | 41.45 | 64.96 | - |
| YUV | 171.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 174 | 207 | 0.27 | 0.16 | 0 | 0.19 | 216 | 0.36 | 0.7 |
| Hex | 98 | AE | CF | 1B | 10 | 0 | 13 | D8 | 24 | 46 |
| Octal | 230 | 256 | 317 | 33 | 20 | 0 | 23 | 330 | 44 | 106 |
| Binary | 10011000 | 10101110 | 11001111 | 11011 | 10000 | 0 | 10011 | 11011000 | 100100 | 1000110 |
Color Harmonies of #98AECF
Complementary color
Monochromatic Colors of #98AECF
Black with #98AECF
Text Example
Text Example
White with #98AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AECF; }
p { color: rgb(152,174,207); }
H1.HeaderClassName
{
color: #98AECF;
}
.AnyTagClassName
{
color: #98AECF;
}
</style>
background-color css
<style>
a { background-color: #98AECF; }
a { background-color: rgb(152,174,207); }
div.DivClassName
{
background-color: #98AECF;
}
.BgClassName
{
background-color: #98AECF;
}
</style>
border-color css
<style>
span { border-color: #98AECF; }
span { border-color: rgb(152,174,207); }
td.TdClassName
{
border-color: #98AECF;
}
.TagClassName
{
border-color: #98AECF;
}
</style>