Shades of Polo Blue #92AEDF
Tints of Polo Blue #92AEDF
RGB
CMYK
RGB Variations
Color information
#92AEDF (or 0x92AEDF) is known color: Polo Blue. HEX triplet: 92, AE and DF. RGB value is (146,174,223). Sum of RGB (Red+Green+Blue) = 146+174+223=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #92AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEDF is #6D5120. Grayscale: #AAAAAA. Windows color (decimal): -7164193 or 14659218. OLE color: 14659218.
HSL color Cylindrical-coordinate representation of color #92AEDF: hue angle of 218.18º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92AEDF is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 174 | 223 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.13 |
| HSL | 218.18º | 0.55% | 0.72% | - |
| HSV(B) | 218.18º | 0.35% | 0.87% | - |
| XYZ | 40.31 | 41.71 | 75.74 | - |
| YUV | 171.21 | 157.22 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 174 | 223 | 0.35 | 0.22 | 0 | 0.13 | 218.18 | 0.55 | 0.72 |
| Hex | 92 | AE | DF | 23 | 16 | 0 | D | DA | 37 | 48 |
| Octal | 222 | 256 | 337 | 43 | 26 | 0 | 15 | 332 | 67 | 110 |
| Binary | 10010010 | 10101110 | 11011111 | 100011 | 10110 | 0 | 1101 | 11011010 | 110111 | 1001000 |
Color Harmonies of #92AEDF
Complementary color
Monochromatic Colors of #92AEDF
Black with #92AEDF
Text Example
Text Example
White with #92AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AEDF; }
p { color: rgb(146,174,223); }
H1.HeaderClassName
{
color: #92AEDF;
}
.AnyTagClassName
{
color: #92AEDF;
}
</style>
background-color css
<style>
a { background-color: #92AEDF; }
a { background-color: rgb(146,174,223); }
div.DivClassName
{
background-color: #92AEDF;
}
.BgClassName
{
background-color: #92AEDF;
}
</style>
border-color css
<style>
span { border-color: #92AEDF; }
span { border-color: rgb(146,174,223); }
td.TdClassName
{
border-color: #92AEDF;
}
.TagClassName
{
border-color: #92AEDF;
}
</style>