Shades of Polo Blue #92ADDB
Tints of Polo Blue #92ADDB
RGB
CMYK
RGB Variations
Color information
#92ADDB (or 0x92ADDB) is known color: Polo Blue. HEX triplet: 92, AD and DB. RGB value is (146,173,219). Sum of RGB (Red+Green+Blue) = 146+173+219=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #92ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADDB is #6D5224. Grayscale: #A9A9A9. Windows color (decimal): -7164453 or 14396818. OLE color: 14396818.
HSL color Cylindrical-coordinate representation of color #92ADDB: hue angle of 217.81º 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 #92ADDB is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 173 | 219 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.14 |
| HSL | 217.81º | 0.5% | 0.72% | - |
| HSV(B) | 217.81º | 0.33% | 0.86% | - |
| XYZ | 39.58 | 41.11 | 72.87 | - |
| YUV | 170.17 | 155.55 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 219 | 0.33 | 0.21 | 0 | 0.14 | 217.81 | 0.5 | 0.72 |
| Hex | 92 | AD | DB | 21 | 15 | 0 | E | DA | 32 | 48 |
| Octal | 222 | 255 | 333 | 41 | 25 | 0 | 16 | 332 | 62 | 110 |
| Binary | 10010010 | 10101101 | 11011011 | 100001 | 10101 | 0 | 1110 | 11011010 | 110010 | 1001000 |
Color Harmonies of #92ADDB
Complementary color
Monochromatic Colors of #92ADDB
Black with #92ADDB
Text Example
Text Example
White with #92ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ADDB; }
p { color: rgb(146,173,219); }
H1.HeaderClassName
{
color: #92ADDB;
}
.AnyTagClassName
{
color: #92ADDB;
}
</style>
background-color css
<style>
a { background-color: #92ADDB; }
a { background-color: rgb(146,173,219); }
div.DivClassName
{
background-color: #92ADDB;
}
.BgClassName
{
background-color: #92ADDB;
}
</style>
border-color css
<style>
span { border-color: #92ADDB; }
span { border-color: rgb(146,173,219); }
td.TdClassName
{
border-color: #92ADDB;
}
.TagClassName
{
border-color: #92ADDB;
}
</style>