Shades of Polo Blue #89B4CF
Tints of Polo Blue #89B4CF
RGB
CMYK
RGB Variations
Color information
#89B4CF (or 0x89B4CF) is known color: Polo Blue. HEX triplet: 89, B4 and CF. RGB value is (137,180,207). Sum of RGB (Red+Green+Blue) = 137+180+207=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #89B4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B4CF is #764B30. Grayscale: #AAAAAA. Windows color (decimal): -7752497 or 13612169. OLE color: 13612169.
HSL color Cylindrical-coordinate representation of color #89B4CF: hue angle of 203.14º 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 #89B4CF is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 180 | 207 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.19 |
| HSL | 203.14º | 0.42% | 0.67% | - |
| HSV(B) | 203.14º | 0.34% | 0.81% | - |
| XYZ | 37.9 | 42.47 | 65.23 | - |
| YUV | 170.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 180 | 207 | 0.34 | 0.13 | 0 | 0.19 | 203.14 | 0.42 | 0.67 |
| Hex | 89 | B4 | CF | 22 | D | 0 | 13 | CB | 2A | 43 |
| Octal | 211 | 264 | 317 | 42 | 15 | 0 | 23 | 313 | 52 | 103 |
| Binary | 10001001 | 10110100 | 11001111 | 100010 | 1101 | 0 | 10011 | 11001011 | 101010 | 1000011 |
Color Harmonies of #89B4CF
Complementary color
Monochromatic Colors of #89B4CF
Black with #89B4CF
Text Example
Text Example
White with #89B4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B4CF; }
p { color: rgb(137,180,207); }
H1.HeaderClassName
{
color: #89B4CF;
}
.AnyTagClassName
{
color: #89B4CF;
}
</style>
background-color css
<style>
a { background-color: #89B4CF; }
a { background-color: rgb(137,180,207); }
div.DivClassName
{
background-color: #89B4CF;
}
.BgClassName
{
background-color: #89B4CF;
}
</style>
border-color css
<style>
span { border-color: #89B4CF; }
span { border-color: rgb(137,180,207); }
td.TdClassName
{
border-color: #89B4CF;
}
.TagClassName
{
border-color: #89B4CF;
}
</style>