Shades of Polo Blue #84AFCB
Tints of Polo Blue #84AFCB
RGB
CMYK
RGB Variations
Color information
#84AFCB (or 0x84AFCB) is known color: Polo Blue. HEX triplet: 84, AF and CB. RGB value is (132,175,203). Sum of RGB (Red+Green+Blue) = 132+175+203=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #84AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFCB is #7B5034. Grayscale: #A5A5A5. Windows color (decimal): -8081461 or 13348740. OLE color: 13348740.
HSL color Cylindrical-coordinate representation of color #84AFCB: hue angle of 203.66º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84AFCB is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 175 | 203 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.20 |
| HSL | 203.66º | 0.41% | 0.66% | - |
| HSV(B) | 203.66º | 0.35% | 0.8% | - |
| XYZ | 35.63 | 39.88 | 62.32 | - |
| YUV | 165.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 203 | 0.35 | 0.14 | 0 | 0.20 | 203.66 | 0.41 | 0.66 |
| Hex | 84 | AF | CB | 23 | E | 0 | 14 | CC | 29 | 42 |
| Octal | 204 | 257 | 313 | 43 | 16 | 0 | 24 | 314 | 51 | 102 |
| Binary | 10000100 | 10101111 | 11001011 | 100011 | 1110 | 0 | 10100 | 11001100 | 101001 | 1000010 |
Color Harmonies of #84AFCB
Complementary color
Monochromatic Colors of #84AFCB
Black with #84AFCB
Text Example
Text Example
White with #84AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AFCB; }
p { color: rgb(132,175,203); }
H1.HeaderClassName
{
color: #84AFCB;
}
.AnyTagClassName
{
color: #84AFCB;
}
</style>
background-color css
<style>
a { background-color: #84AFCB; }
a { background-color: rgb(132,175,203); }
div.DivClassName
{
background-color: #84AFCB;
}
.BgClassName
{
background-color: #84AFCB;
}
</style>
border-color css
<style>
span { border-color: #84AFCB; }
span { border-color: rgb(132,175,203); }
td.TdClassName
{
border-color: #84AFCB;
}
.TagClassName
{
border-color: #84AFCB;
}
</style>