Shades of Polo Blue #92B0CE
Tints of Polo Blue #92B0CE
RGB
CMYK
RGB Variations
Color information
#92B0CE (or 0x92B0CE) is known color: Polo Blue. HEX triplet: 92, B0 and CE. RGB value is (146,176,206). Sum of RGB (Red+Green+Blue) = 146+176+206=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #92B0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B0CE is #6D4F31. Grayscale: #AAAAAA. Windows color (decimal): -7163698 or 13545618. OLE color: 13545618.
HSL color Cylindrical-coordinate representation of color #92B0CE: hue angle of 210º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92B0CE is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 176 | 206 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.19 |
| HSL | 210º | 0.38% | 0.69% | - |
| HSV(B) | 210º | 0.29% | 0.81% | - |
| XYZ | 38.52 | 41.62 | 64.4 | - |
| YUV | 170.45 | 148.06 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 176 | 206 | 0.29 | 0.15 | 0 | 0.19 | 210 | 0.38 | 0.69 |
| Hex | 92 | B0 | CE | 1D | F | 0 | 13 | D2 | 26 | 45 |
| Octal | 222 | 260 | 316 | 35 | 17 | 0 | 23 | 322 | 46 | 105 |
| Binary | 10010010 | 10110000 | 11001110 | 11101 | 1111 | 0 | 10011 | 11010010 | 100110 | 1000101 |
Color Harmonies of #92B0CE
Complementary color
Monochromatic Colors of #92B0CE
Black with #92B0CE
Text Example
Text Example
White with #92B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B0CE; }
p { color: rgb(146,176,206); }
H1.HeaderClassName
{
color: #92B0CE;
}
.AnyTagClassName
{
color: #92B0CE;
}
</style>
background-color css
<style>
a { background-color: #92B0CE; }
a { background-color: rgb(146,176,206); }
div.DivClassName
{
background-color: #92B0CE;
}
.BgClassName
{
background-color: #92B0CE;
}
</style>
border-color css
<style>
span { border-color: #92B0CE; }
span { border-color: rgb(146,176,206); }
td.TdClassName
{
border-color: #92B0CE;
}
.TagClassName
{
border-color: #92B0CE;
}
</style>