Shades of Polo Blue #92AFCC
Tints of Polo Blue #92AFCC
RGB
CMYK
RGB Variations
Color information
#92AFCC (or 0x92AFCC) is known color: Polo Blue. HEX triplet: 92, AF and CC. RGB value is (146,175,204). Sum of RGB (Red+Green+Blue) = 146+175+204=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #92AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFCC is #6D5033. Grayscale: #A9A9A9. Windows color (decimal): -7163956 or 13414290. OLE color: 13414290.
HSL color Cylindrical-coordinate representation of color #92AFCC: hue angle of 210º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92AFCC is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 175 | 204 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.2 |
| HSL | 210º | 0.36% | 0.69% | - |
| HSV(B) | 210º | 0.28% | 0.8% | - |
| XYZ | 38.08 | 41.13 | 63.06 | - |
| YUV | 169.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 175 | 204 | 0.28 | 0.14 | 0 | 0.2 | 210 | 0.36 | 0.69 |
| Hex | 92 | AF | CC | 1C | E | 0 | 14 | D2 | 24 | 45 |
| Octal | 222 | 257 | 314 | 34 | 16 | 0 | 24 | 322 | 44 | 105 |
| Binary | 10010010 | 10101111 | 11001100 | 11100 | 1110 | 0 | 10100 | 11010010 | 100100 | 1000101 |
Color Harmonies of #92AFCC
Complementary color
Monochromatic Colors of #92AFCC
Black with #92AFCC
Text Example
Text Example
White with #92AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AFCC; }
p { color: rgb(146,175,204); }
H1.HeaderClassName
{
color: #92AFCC;
}
.AnyTagClassName
{
color: #92AFCC;
}
</style>
background-color css
<style>
a { background-color: #92AFCC; }
a { background-color: rgb(146,175,204); }
div.DivClassName
{
background-color: #92AFCC;
}
.BgClassName
{
background-color: #92AFCC;
}
</style>
border-color css
<style>
span { border-color: #92AFCC; }
span { border-color: rgb(146,175,204); }
td.TdClassName
{
border-color: #92AFCC;
}
.TagClassName
{
border-color: #92AFCC;
}
</style>