Shades of Polo Blue #89B2CA
Tints of Polo Blue #89B2CA
RGB
CMYK
RGB Variations
Color information
#89B2CA (or 0x89B2CA) is known color: Polo Blue. HEX triplet: 89, B2 and CA. RGB value is (137,178,202). Sum of RGB (Red+Green+Blue) = 137+178+202=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #89B2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B2CA is #764D35. Grayscale: #A8A8A8. Windows color (decimal): -7753014 or 13283977. OLE color: 13283977.
HSL color Cylindrical-coordinate representation of color #89B2CA: hue angle of 202.15º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89B2CA is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 178 | 202 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.21 |
| HSL | 202.15º | 0.38% | 0.66% | - |
| HSV(B) | 202.15º | 0.32% | 0.79% | - |
| XYZ | 36.9 | 41.42 | 61.93 | - |
| YUV | 168.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 202 | 0.32 | 0.12 | 0 | 0.21 | 202.15 | 0.38 | 0.66 |
| Hex | 89 | B2 | CA | 20 | C | 0 | 15 | CA | 26 | 42 |
| Octal | 211 | 262 | 312 | 40 | 14 | 0 | 25 | 312 | 46 | 102 |
| Binary | 10001001 | 10110010 | 11001010 | 100000 | 1100 | 0 | 10101 | 11001010 | 100110 | 1000010 |
Color Harmonies of #89B2CA
Complementary color
Monochromatic Colors of #89B2CA
Black with #89B2CA
Text Example
Text Example
White with #89B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B2CA; }
p { color: rgb(137,178,202); }
H1.HeaderClassName
{
color: #89B2CA;
}
.AnyTagClassName
{
color: #89B2CA;
}
</style>
background-color css
<style>
a { background-color: #89B2CA; }
a { background-color: rgb(137,178,202); }
div.DivClassName
{
background-color: #89B2CA;
}
.BgClassName
{
background-color: #89B2CA;
}
</style>
border-color css
<style>
span { border-color: #89B2CA; }
span { border-color: rgb(137,178,202); }
td.TdClassName
{
border-color: #89B2CA;
}
.TagClassName
{
border-color: #89B2CA;
}
</style>