Shades of Polo Blue #92B5DB
Tints of Polo Blue #92B5DB
RGB
CMYK
RGB Variations
Color information
#92B5DB (or 0x92B5DB) is known color: Polo Blue. HEX triplet: 92, B5 and DB. RGB value is (146,181,219). Sum of RGB (Red+Green+Blue) = 146+181+219=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #92B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B5DB is #6D4A24. Grayscale: #AEAEAE. Windows color (decimal): -7162405 or 14398866. OLE color: 14398866.
HSL color Cylindrical-coordinate representation of color #92B5DB: hue angle of 211.23º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92B5DB is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 181 | 219 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.14 |
| HSL | 211.23º | 0.5% | 0.72% | - |
| HSV(B) | 211.23º | 0.33% | 0.86% | - |
| XYZ | 41.16 | 44.27 | 73.39 | - |
| YUV | 174.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 219 | 0.33 | 0.17 | 0 | 0.14 | 211.23 | 0.5 | 0.72 |
| Hex | 92 | B5 | DB | 21 | 11 | 0 | E | D3 | 32 | 48 |
| Octal | 222 | 265 | 333 | 41 | 21 | 0 | 16 | 323 | 62 | 110 |
| Binary | 10010010 | 10110101 | 11011011 | 100001 | 10001 | 0 | 1110 | 11010011 | 110010 | 1001000 |
Color Harmonies of #92B5DB
Complementary color
Monochromatic Colors of #92B5DB
Black with #92B5DB
Text Example
Text Example
White with #92B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B5DB; }
p { color: rgb(146,181,219); }
H1.HeaderClassName
{
color: #92B5DB;
}
.AnyTagClassName
{
color: #92B5DB;
}
</style>
background-color css
<style>
a { background-color: #92B5DB; }
a { background-color: rgb(146,181,219); }
div.DivClassName
{
background-color: #92B5DB;
}
.BgClassName
{
background-color: #92B5DB;
}
</style>
border-color css
<style>
span { border-color: #92B5DB; }
span { border-color: rgb(146,181,219); }
td.TdClassName
{
border-color: #92B5DB;
}
.TagClassName
{
border-color: #92B5DB;
}
</style>