Shades of Polo Blue #92B7DF
Tints of Polo Blue #92B7DF
RGB
CMYK
RGB Variations
Color information
#92B7DF (or 0x92B7DF) is known color: Polo Blue. HEX triplet: 92, B7 and DF. RGB value is (146,183,223). Sum of RGB (Red+Green+Blue) = 146+183+223=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #92B7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B7DF is #6D4820. Grayscale: #B0B0B0. Windows color (decimal): -7161889 or 14661522. OLE color: 14661522.
HSL color Cylindrical-coordinate representation of color #92B7DF: hue angle of 211.17º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92B7DF is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 183 | 223 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.13 |
| HSL | 211.17º | 0.55% | 0.72% | - |
| HSV(B) | 211.17º | 0.35% | 0.87% | - |
| XYZ | 42.11 | 45.31 | 76.34 | - |
| YUV | 176.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 183 | 223 | 0.35 | 0.18 | 0 | 0.13 | 211.17 | 0.55 | 0.72 |
| Hex | 92 | B7 | DF | 23 | 12 | 0 | D | D3 | 37 | 48 |
| Octal | 222 | 267 | 337 | 43 | 22 | 0 | 15 | 323 | 67 | 110 |
| Binary | 10010010 | 10110111 | 11011111 | 100011 | 10010 | 0 | 1101 | 11010011 | 110111 | 1001000 |
Color Harmonies of #92B7DF
Complementary color
Monochromatic Colors of #92B7DF
Black with #92B7DF
Text Example
Text Example
White with #92B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B7DF; }
p { color: rgb(146,183,223); }
H1.HeaderClassName
{
color: #92B7DF;
}
.AnyTagClassName
{
color: #92B7DF;
}
</style>
background-color css
<style>
a { background-color: #92B7DF; }
a { background-color: rgb(146,183,223); }
div.DivClassName
{
background-color: #92B7DF;
}
.BgClassName
{
background-color: #92B7DF;
}
</style>
border-color css
<style>
span { border-color: #92B7DF; }
span { border-color: rgb(146,183,223); }
td.TdClassName
{
border-color: #92B7DF;
}
.TagClassName
{
border-color: #92B7DF;
}
</style>