Shades of Polo Blue #92B1DD
Tints of Polo Blue #92B1DD
RGB
CMYK
RGB Variations
Color information
#92B1DD (or 0x92B1DD) is known color: Polo Blue. HEX triplet: 92, B1 and DD. RGB value is (146,177,221). Sum of RGB (Red+Green+Blue) = 146+177+221=544 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.84% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #92B1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B1DD is #6D4E22. Grayscale: #ACACAC. Windows color (decimal): -7163427 or 14528914. OLE color: 14528914.
HSL color Cylindrical-coordinate representation of color #92B1DD: hue angle of 215.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92B1DD is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 177 | 221 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.13 |
| HSL | 215.2º | 0.52% | 0.72% | - |
| HSV(B) | 215.2º | 0.34% | 0.87% | - |
| XYZ | 40.63 | 42.78 | 74.52 | - |
| YUV | 172.75 | 155.23 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 177 | 221 | 0.34 | 0.20 | 0 | 0.13 | 215.2 | 0.52 | 0.72 |
| Hex | 92 | B1 | DD | 22 | 14 | 0 | D | D7 | 34 | 48 |
| Octal | 222 | 261 | 335 | 42 | 24 | 0 | 15 | 327 | 64 | 110 |
| Binary | 10010010 | 10110001 | 11011101 | 100010 | 10100 | 0 | 1101 | 11010111 | 110100 | 1001000 |
Color Harmonies of #92B1DD
Complementary color
Monochromatic Colors of #92B1DD
Black with #92B1DD
Text Example
Text Example
White with #92B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B1DD; }
p { color: rgb(146,177,221); }
H1.HeaderClassName
{
color: #92B1DD;
}
.AnyTagClassName
{
color: #92B1DD;
}
</style>
background-color css
<style>
a { background-color: #92B1DD; }
a { background-color: rgb(146,177,221); }
div.DivClassName
{
background-color: #92B1DD;
}
.BgClassName
{
background-color: #92B1DD;
}
</style>
border-color css
<style>
span { border-color: #92B1DD; }
span { border-color: rgb(146,177,221); }
td.TdClassName
{
border-color: #92B1DD;
}
.TagClassName
{
border-color: #92B1DD;
}
</style>