Shades of Polo Blue #89AFDA
Tints of Polo Blue #89AFDA
RGB
CMYK
RGB Variations
Color information
#89AFDA (or 0x89AFDA) is known color: Polo Blue. HEX triplet: 89, AF and DA. RGB value is (137,175,218). Sum of RGB (Red+Green+Blue) = 137+175+218=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #89AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFDA is #765025. Grayscale: #A8A8A8. Windows color (decimal): -7753766 or 14331785. OLE color: 14331785.
HSL color Cylindrical-coordinate representation of color #89AFDA: hue angle of 211.85º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89AFDA is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 175 | 218 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.15 |
| HSL | 211.85º | 0.52% | 0.7% | - |
| HSV(B) | 211.85º | 0.37% | 0.85% | - |
| XYZ | 38.3 | 41.04 | 72.23 | - |
| YUV | 168.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 218 | 0.37 | 0.20 | 0 | 0.15 | 211.85 | 0.52 | 0.7 |
| Hex | 89 | AF | DA | 25 | 14 | 0 | F | D4 | 34 | 46 |
| Octal | 211 | 257 | 332 | 45 | 24 | 0 | 17 | 324 | 64 | 106 |
| Binary | 10001001 | 10101111 | 11011010 | 100101 | 10100 | 0 | 1111 | 11010100 | 110100 | 1000110 |
Color Harmonies of #89AFDA
Complementary color
Monochromatic Colors of #89AFDA
Black with #89AFDA
Text Example
Text Example
White with #89AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AFDA; }
p { color: rgb(137,175,218); }
H1.HeaderClassName
{
color: #89AFDA;
}
.AnyTagClassName
{
color: #89AFDA;
}
</style>
background-color css
<style>
a { background-color: #89AFDA; }
a { background-color: rgb(137,175,218); }
div.DivClassName
{
background-color: #89AFDA;
}
.BgClassName
{
background-color: #89AFDA;
}
</style>
border-color css
<style>
span { border-color: #89AFDA; }
span { border-color: rgb(137,175,218); }
td.TdClassName
{
border-color: #89AFDA;
}
.TagClassName
{
border-color: #89AFDA;
}
</style>