Shades of Polo Blue #92B1CB
Tints of Polo Blue #92B1CB
RGB
CMYK
RGB Variations
Color information
#92B1CB (or 0x92B1CB) is known color: Polo Blue. HEX triplet: 92, B1 and CB. RGB value is (146,177,203). Sum of RGB (Red+Green+Blue) = 146+177+203=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #92B1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B1CB is #6D4E34. Grayscale: #AAAAAA. Windows color (decimal): -7163445 or 13349266. OLE color: 13349266.
HSL color Cylindrical-coordinate representation of color #92B1CB: hue angle of 207.37º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92B1CB is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 177 | 203 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.20 |
| HSL | 207.37º | 0.35% | 0.68% | - |
| HSV(B) | 207.37º | 0.28% | 0.8% | - |
| XYZ | 38.36 | 41.87 | 62.56 | - |
| YUV | 170.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 177 | 203 | 0.28 | 0.13 | 0 | 0.20 | 207.37 | 0.35 | 0.68 |
| Hex | 92 | B1 | CB | 1C | D | 0 | 14 | CF | 23 | 44 |
| Octal | 222 | 261 | 313 | 34 | 15 | 0 | 24 | 317 | 43 | 104 |
| Binary | 10010010 | 10110001 | 11001011 | 11100 | 1101 | 0 | 10100 | 11001111 | 100011 | 1000100 |
Color Harmonies of #92B1CB
Complementary color
Monochromatic Colors of #92B1CB
Black with #92B1CB
Text Example
Text Example
White with #92B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B1CB; }
p { color: rgb(146,177,203); }
H1.HeaderClassName
{
color: #92B1CB;
}
.AnyTagClassName
{
color: #92B1CB;
}
</style>
background-color css
<style>
a { background-color: #92B1CB; }
a { background-color: rgb(146,177,203); }
div.DivClassName
{
background-color: #92B1CB;
}
.BgClassName
{
background-color: #92B1CB;
}
</style>
border-color css
<style>
span { border-color: #92B1CB; }
span { border-color: rgb(146,177,203); }
td.TdClassName
{
border-color: #92B1CB;
}
.TagClassName
{
border-color: #92B1CB;
}
</style>