Shades of Polo Blue #89ACCF
Tints of Polo Blue #89ACCF
RGB
CMYK
RGB Variations
Color information
#89ACCF (or 0x89ACCF) is known color: Polo Blue. HEX triplet: 89, AC and CF. RGB value is (137,172,207). Sum of RGB (Red+Green+Blue) = 137+172+207=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #89ACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACCF is #765330. Grayscale: #A5A5A5. Windows color (decimal): -7754545 or 13610121. OLE color: 13610121.
HSL color Cylindrical-coordinate representation of color #89ACCF: hue angle of 210º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89ACCF is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 172 | 207 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.19 |
| HSL | 210º | 0.42% | 0.67% | - |
| HSV(B) | 210º | 0.34% | 0.81% | - |
| XYZ | 36.33 | 39.33 | 64.71 | - |
| YUV | 165.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 207 | 0.34 | 0.17 | 0 | 0.19 | 210 | 0.42 | 0.67 |
| Hex | 89 | AC | CF | 22 | 11 | 0 | 13 | D2 | 2A | 43 |
| Octal | 211 | 254 | 317 | 42 | 21 | 0 | 23 | 322 | 52 | 103 |
| Binary | 10001001 | 10101100 | 11001111 | 100010 | 10001 | 0 | 10011 | 11010010 | 101010 | 1000011 |
Color Harmonies of #89ACCF
Complementary color
Monochromatic Colors of #89ACCF
Black with #89ACCF
Text Example
Text Example
White with #89ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ACCF; }
p { color: rgb(137,172,207); }
H1.HeaderClassName
{
color: #89ACCF;
}
.AnyTagClassName
{
color: #89ACCF;
}
</style>
background-color css
<style>
a { background-color: #89ACCF; }
a { background-color: rgb(137,172,207); }
div.DivClassName
{
background-color: #89ACCF;
}
.BgClassName
{
background-color: #89ACCF;
}
</style>
border-color css
<style>
span { border-color: #89ACCF; }
span { border-color: rgb(137,172,207); }
td.TdClassName
{
border-color: #89ACCF;
}
.TagClassName
{
border-color: #89ACCF;
}
</style>