Shades of Polo Blue #89AFC8
Tints of Polo Blue #89AFC8
RGB
CMYK
RGB Variations
Color information
#89AFC8 (or 0x89AFC8) is known color: Polo Blue. HEX triplet: 89, AF and C8. RGB value is (137,175,200). Sum of RGB (Red+Green+Blue) = 137+175+200=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 200 - color contains mainly: blue. Hex color #89AFC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFC8 is #765037. Grayscale: #A6A6A6. Windows color (decimal): -7753784 or 13152137. OLE color: 13152137.
HSL color Cylindrical-coordinate representation of color #89AFC8: hue angle of 203.81º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89AFC8 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 175 | 200 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.22 |
| HSL | 203.81º | 0.36% | 0.66% | - |
| HSV(B) | 203.81º | 0.32% | 0.78% | - |
| XYZ | 36.07 | 40.15 | 60.49 | - |
| YUV | 166.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 200 | 0.32 | 0.12 | 0 | 0.22 | 203.81 | 0.36 | 0.66 |
| Hex | 89 | AF | C8 | 20 | C | 0 | 16 | CC | 24 | 42 |
| Octal | 211 | 257 | 310 | 40 | 14 | 0 | 26 | 314 | 44 | 102 |
| Binary | 10001001 | 10101111 | 11001000 | 100000 | 1100 | 0 | 10110 | 11001100 | 100100 | 1000010 |
Color Harmonies of #89AFC8
Complementary color
Monochromatic Colors of #89AFC8
Black with #89AFC8
Text Example
Text Example
White with #89AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AFC8; }
p { color: rgb(137,175,200); }
H1.HeaderClassName
{
color: #89AFC8;
}
.AnyTagClassName
{
color: #89AFC8;
}
</style>
background-color css
<style>
a { background-color: #89AFC8; }
a { background-color: rgb(137,175,200); }
div.DivClassName
{
background-color: #89AFC8;
}
.BgClassName
{
background-color: #89AFC8;
}
</style>
border-color css
<style>
span { border-color: #89AFC8; }
span { border-color: rgb(137,175,200); }
td.TdClassName
{
border-color: #89AFC8;
}
.TagClassName
{
border-color: #89AFC8;
}
</style>