Shades of Polo Blue #92B1D9
Tints of Polo Blue #92B1D9
RGB
CMYK
RGB Variations
Color information
#92B1D9 (or 0x92B1D9) is known color: Polo Blue. HEX triplet: 92, B1 and D9. RGB value is (146,177,217). Sum of RGB (Red+Green+Blue) = 146+177+217=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #92B1D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B1D9 is #6D4E26. Grayscale: #ACACAC. Windows color (decimal): -7163431 or 14266770. OLE color: 14266770.
HSL color Cylindrical-coordinate representation of color #92B1D9: hue angle of 213.8º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92B1D9 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 177 | 217 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.15 |
| HSL | 213.8º | 0.48% | 0.71% | - |
| HSV(B) | 213.8º | 0.33% | 0.85% | - |
| XYZ | 40.1 | 42.57 | 71.75 | - |
| YUV | 172.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 177 | 217 | 0.33 | 0.18 | 0 | 0.15 | 213.8 | 0.48 | 0.71 |
| Hex | 92 | B1 | D9 | 21 | 12 | 0 | F | D6 | 30 | 47 |
| Octal | 222 | 261 | 331 | 41 | 22 | 0 | 17 | 326 | 60 | 107 |
| Binary | 10010010 | 10110001 | 11011001 | 100001 | 10010 | 0 | 1111 | 11010110 | 110000 | 1000111 |
Color Harmonies of #92B1D9
Complementary color
Monochromatic Colors of #92B1D9
Black with #92B1D9
Text Example
Text Example
White with #92B1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B1D9; }
p { color: rgb(146,177,217); }
H1.HeaderClassName
{
color: #92B1D9;
}
.AnyTagClassName
{
color: #92B1D9;
}
</style>
background-color css
<style>
a { background-color: #92B1D9; }
a { background-color: rgb(146,177,217); }
div.DivClassName
{
background-color: #92B1D9;
}
.BgClassName
{
background-color: #92B1D9;
}
</style>
border-color css
<style>
span { border-color: #92B1D9; }
span { border-color: rgb(146,177,217); }
td.TdClassName
{
border-color: #92B1D9;
}
.TagClassName
{
border-color: #92B1D9;
}
</style>