Shades of Polo Blue #92B7CE
Tints of Polo Blue #92B7CE
RGB
CMYK
RGB Variations
Color information
#92B7CE (or 0x92B7CE) is known color: Polo Blue. HEX triplet: 92, B7 and CE. RGB value is (146,183,206). Sum of RGB (Red+Green+Blue) = 146+183+206=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #92B7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B7CE is #6D4831. Grayscale: #AEAEAE. Windows color (decimal): -7161906 or 13547410. OLE color: 13547410.
HSL color Cylindrical-coordinate representation of color #92B7CE: hue angle of 203º 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 #92B7CE is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 183 | 206 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.19 |
| HSL | 203º | 0.38% | 0.69% | - |
| HSV(B) | 203º | 0.29% | 0.81% | - |
| XYZ | 39.93 | 44.43 | 64.86 | - |
| YUV | 174.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 183 | 206 | 0.29 | 0.11 | 0 | 0.19 | 203 | 0.38 | 0.69 |
| Hex | 92 | B7 | CE | 1D | B | 0 | 13 | CB | 26 | 45 |
| Octal | 222 | 267 | 316 | 35 | 13 | 0 | 23 | 313 | 46 | 105 |
| Binary | 10010010 | 10110111 | 11001110 | 11101 | 1011 | 0 | 10011 | 11001011 | 100110 | 1000101 |
Color Harmonies of #92B7CE
Complementary color
Monochromatic Colors of #92B7CE
Black with #92B7CE
Text Example
Text Example
White with #92B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B7CE; }
p { color: rgb(146,183,206); }
H1.HeaderClassName
{
color: #92B7CE;
}
.AnyTagClassName
{
color: #92B7CE;
}
</style>
background-color css
<style>
a { background-color: #92B7CE; }
a { background-color: rgb(146,183,206); }
div.DivClassName
{
background-color: #92B7CE;
}
.BgClassName
{
background-color: #92B7CE;
}
</style>
border-color css
<style>
span { border-color: #92B7CE; }
span { border-color: rgb(146,183,206); }
td.TdClassName
{
border-color: #92B7CE;
}
.TagClassName
{
border-color: #92B7CE;
}
</style>