Shades of Polo Blue #85AFCA
Tints of Polo Blue #85AFCA
RGB
CMYK
RGB Variations
Color information
#85AFCA (or 0x85AFCA) is known color: Polo Blue. HEX triplet: 85, AF and CA. RGB value is (133,175,202). Sum of RGB (Red+Green+Blue) = 133+175+202=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #85AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFCA is #7A5035. Grayscale: #A5A5A5. Windows color (decimal): -8015926 or 13283205. OLE color: 13283205.
HSL color Cylindrical-coordinate representation of color #85AFCA: hue angle of 203.48º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85AFCA is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 175 | 202 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.21 |
| HSL | 203.48º | 0.39% | 0.66% | - |
| HSV(B) | 203.48º | 0.34% | 0.79% | - |
| XYZ | 35.66 | 39.91 | 61.7 | - |
| YUV | 165.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 202 | 0.34 | 0.13 | 0 | 0.21 | 203.48 | 0.39 | 0.66 |
| Hex | 85 | AF | CA | 22 | D | 0 | 15 | CB | 27 | 42 |
| Octal | 205 | 257 | 312 | 42 | 15 | 0 | 25 | 313 | 47 | 102 |
| Binary | 10000101 | 10101111 | 11001010 | 100010 | 1101 | 0 | 10101 | 11001011 | 100111 | 1000010 |
Color Harmonies of #85AFCA
Complementary color
Monochromatic Colors of #85AFCA
Black with #85AFCA
Text Example
Text Example
White with #85AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AFCA; }
p { color: rgb(133,175,202); }
H1.HeaderClassName
{
color: #85AFCA;
}
.AnyTagClassName
{
color: #85AFCA;
}
</style>
background-color css
<style>
a { background-color: #85AFCA; }
a { background-color: rgb(133,175,202); }
div.DivClassName
{
background-color: #85AFCA;
}
.BgClassName
{
background-color: #85AFCA;
}
</style>
border-color css
<style>
span { border-color: #85AFCA; }
span { border-color: rgb(133,175,202); }
td.TdClassName
{
border-color: #85AFCA;
}
.TagClassName
{
border-color: #85AFCA;
}
</style>