Shades of Polo Blue #92B8D7
Tints of Polo Blue #92B8D7
RGB
CMYK
RGB Variations
Color information
#92B8D7 (or 0x92B8D7) is known color: Polo Blue. HEX triplet: 92, B8 and D7. RGB value is (146,184,215). Sum of RGB (Red+Green+Blue) = 146+184+215=545 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.79% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #92B8D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B8D7 is #6D4728. Grayscale: #B0B0B0. Windows color (decimal): -7161641 or 14137490. OLE color: 14137490.
HSL color Cylindrical-coordinate representation of color #92B8D7: hue angle of 206.96º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92B8D7 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 184 | 215 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.16 |
| HSL | 206.96º | 0.46% | 0.71% | - |
| HSV(B) | 206.96º | 0.32% | 0.84% | - |
| XYZ | 41.26 | 45.3 | 70.86 | - |
| YUV | 176.17 | 149.91 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 184 | 215 | 0.32 | 0.14 | 0 | 0.16 | 206.96 | 0.46 | 0.71 |
| Hex | 92 | B8 | D7 | 20 | E | 0 | 10 | CF | 2E | 47 |
| Octal | 222 | 270 | 327 | 40 | 16 | 0 | 20 | 317 | 56 | 107 |
| Binary | 10010010 | 10111000 | 11010111 | 100000 | 1110 | 0 | 10000 | 11001111 | 101110 | 1000111 |
Color Harmonies of #92B8D7
Complementary color
Monochromatic Colors of #92B8D7
Black with #92B8D7
Text Example
Text Example
White with #92B8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B8D7; }
p { color: rgb(146,184,215); }
H1.HeaderClassName
{
color: #92B8D7;
}
.AnyTagClassName
{
color: #92B8D7;
}
</style>
background-color css
<style>
a { background-color: #92B8D7; }
a { background-color: rgb(146,184,215); }
div.DivClassName
{
background-color: #92B8D7;
}
.BgClassName
{
background-color: #92B8D7;
}
</style>
border-color css
<style>
span { border-color: #92B8D7; }
span { border-color: rgb(146,184,215); }
td.TdClassName
{
border-color: #92B8D7;
}
.TagClassName
{
border-color: #92B8D7;
}
</style>