Shades of Polo Blue #92AFDD
Tints of Polo Blue #92AFDD
RGB
CMYK
RGB Variations
Color information
#92AFDD (or 0x92AFDD) is known color: Polo Blue. HEX triplet: 92, AF and DD. RGB value is (146,175,221). Sum of RGB (Red+Green+Blue) = 146+175+221=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #92AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFDD is #6D5022. Grayscale: #ABABAB. Windows color (decimal): -7163939 or 14528402. OLE color: 14528402.
HSL color Cylindrical-coordinate representation of color #92AFDD: hue angle of 216.8º 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 #92AFDD is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 175 | 221 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.13 |
| HSL | 216.8º | 0.52% | 0.72% | - |
| HSV(B) | 216.8º | 0.34% | 0.87% | - |
| XYZ | 40.24 | 41.99 | 74.39 | - |
| YUV | 171.57 | 155.89 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 175 | 221 | 0.34 | 0.21 | 0 | 0.13 | 216.8 | 0.52 | 0.72 |
| Hex | 92 | AF | DD | 22 | 15 | 0 | D | D9 | 34 | 48 |
| Octal | 222 | 257 | 335 | 42 | 25 | 0 | 15 | 331 | 64 | 110 |
| Binary | 10010010 | 10101111 | 11011101 | 100010 | 10101 | 0 | 1101 | 11011001 | 110100 | 1001000 |
Color Harmonies of #92AFDD
Complementary color
Monochromatic Colors of #92AFDD
Black with #92AFDD
Text Example
Text Example
White with #92AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AFDD; }
p { color: rgb(146,175,221); }
H1.HeaderClassName
{
color: #92AFDD;
}
.AnyTagClassName
{
color: #92AFDD;
}
</style>
background-color css
<style>
a { background-color: #92AFDD; }
a { background-color: rgb(146,175,221); }
div.DivClassName
{
background-color: #92AFDD;
}
.BgClassName
{
background-color: #92AFDD;
}
</style>
border-color css
<style>
span { border-color: #92AFDD; }
span { border-color: rgb(146,175,221); }
td.TdClassName
{
border-color: #92AFDD;
}
.TagClassName
{
border-color: #92AFDD;
}
</style>