Shades of Polo Blue #92B0C9
Tints of Polo Blue #92B0C9
RGB
CMYK
RGB Variations
Color information
#92B0C9 (or 0x92B0C9) is known color: Polo Blue. HEX triplet: 92, B0 and C9. RGB value is (146,176,201). Sum of RGB (Red+Green+Blue) = 146+176+201=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 201 - color contains mainly: blue. Hex color #92B0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B0C9 is #6D4F36. Grayscale: #A9A9A9. Windows color (decimal): -7163703 or 13217938. OLE color: 13217938.
HSL color Cylindrical-coordinate representation of color #92B0C9: hue angle of 207.27º 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 #92B0C9 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 176 | 201 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.21 |
| HSL | 207.27º | 0.34% | 0.68% | - |
| HSV(B) | 207.27º | 0.27% | 0.79% | - |
| XYZ | 37.92 | 41.38 | 61.25 | - |
| YUV | 169.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 176 | 201 | 0.27 | 0.12 | 0 | 0.21 | 207.27 | 0.34 | 0.68 |
| Hex | 92 | B0 | C9 | 1B | C | 0 | 15 | CF | 22 | 44 |
| Octal | 222 | 260 | 311 | 33 | 14 | 0 | 25 | 317 | 42 | 104 |
| Binary | 10010010 | 10110000 | 11001001 | 11011 | 1100 | 0 | 10101 | 11001111 | 100010 | 1000100 |
Color Harmonies of #92B0C9
Complementary color
Monochromatic Colors of #92B0C9
Black with #92B0C9
Text Example
Text Example
White with #92B0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B0C9; }
p { color: rgb(146,176,201); }
H1.HeaderClassName
{
color: #92B0C9;
}
.AnyTagClassName
{
color: #92B0C9;
}
</style>
background-color css
<style>
a { background-color: #92B0C9; }
a { background-color: rgb(146,176,201); }
div.DivClassName
{
background-color: #92B0C9;
}
.BgClassName
{
background-color: #92B0C9;
}
</style>
border-color css
<style>
span { border-color: #92B0C9; }
span { border-color: rgb(146,176,201); }
td.TdClassName
{
border-color: #92B0C9;
}
.TagClassName
{
border-color: #92B0C9;
}
</style>