Shades of Polo Blue #92B0DC
Tints of Polo Blue #92B0DC
RGB
CMYK
RGB Variations
Color information
#92B0DC (or 0x92B0DC) is known color: Polo Blue. HEX triplet: 92, B0 and DC. RGB value is (146,176,220). Sum of RGB (Red+Green+Blue) = 146+176+220=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #92B0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B0DC is #6D4F23. Grayscale: #ABABAB. Windows color (decimal): -7163684 or 14463122. OLE color: 14463122.
HSL color Cylindrical-coordinate representation of color #92B0DC: hue angle of 215.68º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92B0DC is Cyan = 0.34, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 176 | 220 | - |
| CMYK | 0.34 | 0.2 | 0 | 0.14 |
| HSL | 215.68º | 0.51% | 0.72% | - |
| HSV(B) | 215.68º | 0.34% | 0.86% | - |
| XYZ | 40.3 | 42.33 | 73.76 | - |
| YUV | 172.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 176 | 220 | 0.34 | 0.2 | 0 | 0.14 | 215.68 | 0.51 | 0.72 |
| Hex | 92 | B0 | DC | 22 | 14 | 0 | E | D8 | 33 | 48 |
| Octal | 222 | 260 | 334 | 42 | 24 | 0 | 16 | 330 | 63 | 110 |
| Binary | 10010010 | 10110000 | 11011100 | 100010 | 10100 | 0 | 1110 | 11011000 | 110011 | 1001000 |
Color Harmonies of #92B0DC
Complementary color
Monochromatic Colors of #92B0DC
Black with #92B0DC
Text Example
Text Example
White with #92B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B0DC; }
p { color: rgb(146,176,220); }
H1.HeaderClassName
{
color: #92B0DC;
}
.AnyTagClassName
{
color: #92B0DC;
}
</style>
background-color css
<style>
a { background-color: #92B0DC; }
a { background-color: rgb(146,176,220); }
div.DivClassName
{
background-color: #92B0DC;
}
.BgClassName
{
background-color: #92B0DC;
}
</style>
border-color css
<style>
span { border-color: #92B0DC; }
span { border-color: rgb(146,176,220); }
td.TdClassName
{
border-color: #92B0DC;
}
.TagClassName
{
border-color: #92B0DC;
}
</style>