Shades of Polo Blue #92AFC9
Tints of Polo Blue #92AFC9
RGB
CMYK
RGB Variations
Color information
#92AFC9 (or 0x92AFC9) is known color: Polo Blue. HEX triplet: 92, AF and C9. RGB value is (146,175,201). Sum of RGB (Red+Green+Blue) = 146+175+201=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #92AFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFC9 is #6D5036. Grayscale: #A9A9A9. Windows color (decimal): -7163959 or 13217682. OLE color: 13217682.
HSL color Cylindrical-coordinate representation of color #92AFC9: hue angle of 208.36º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92AFC9 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 175 | 201 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.21 |
| HSL | 208.36º | 0.34% | 0.68% | - |
| HSV(B) | 208.36º | 0.27% | 0.79% | - |
| XYZ | 37.73 | 40.99 | 61.18 | - |
| YUV | 169.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 175 | 201 | 0.27 | 0.13 | 0 | 0.21 | 208.36 | 0.34 | 0.68 |
| Hex | 92 | AF | C9 | 1B | D | 0 | 15 | D0 | 22 | 44 |
| Octal | 222 | 257 | 311 | 33 | 15 | 0 | 25 | 320 | 42 | 104 |
| Binary | 10010010 | 10101111 | 11001001 | 11011 | 1101 | 0 | 10101 | 11010000 | 100010 | 1000100 |
Color Harmonies of #92AFC9
Complementary color
Monochromatic Colors of #92AFC9
Black with #92AFC9
Text Example
Text Example
White with #92AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AFC9; }
p { color: rgb(146,175,201); }
H1.HeaderClassName
{
color: #92AFC9;
}
.AnyTagClassName
{
color: #92AFC9;
}
</style>
background-color css
<style>
a { background-color: #92AFC9; }
a { background-color: rgb(146,175,201); }
div.DivClassName
{
background-color: #92AFC9;
}
.BgClassName
{
background-color: #92AFC9;
}
</style>
border-color css
<style>
span { border-color: #92AFC9; }
span { border-color: rgb(146,175,201); }
td.TdClassName
{
border-color: #92AFC9;
}
.TagClassName
{
border-color: #92AFC9;
}
</style>