Shades of Polo Blue #92B5DD
Tints of Polo Blue #92B5DD
RGB
CMYK
RGB Variations
Color information
#92B5DD (or 0x92B5DD) is known color: Polo Blue. HEX triplet: 92, B5 and DD. RGB value is (146,181,221). Sum of RGB (Red+Green+Blue) = 146+181+221=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #92B5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B5DD is #6D4A22. Grayscale: #AEAEAE. Windows color (decimal): -7162403 or 14529938. OLE color: 14529938.
HSL color Cylindrical-coordinate representation of color #92B5DD: hue angle of 212º 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 #92B5DD is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 146 | 181 | 221 | - |
CMYK | 0.34 | 0.18 | 0 | 0.13 |
HSL | 212º | 0.52% | 0.72% | - |
HSV(B) | 212º | 0.34% | 0.87% | - |
XYZ | 41.43 | 44.38 | 74.79 | - |
YUV | 175.1 | 153.9 | 107.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 146 | 181 | 221 | 0.34 | 0.18 | 0 | 0.13 | 212 | 0.52 | 0.72 |
Hex | 92 | B5 | DD | 22 | 12 | 0 | D | D4 | 34 | 48 |
Octal | 222 | 265 | 335 | 42 | 22 | 0 | 15 | 324 | 64 | 110 |
Binary | 10010010 | 10110101 | 11011101 | 100010 | 10010 | 0 | 1101 | 11010100 | 110100 | 1001000 |
Color Harmonies of #92B5DD
Complementary color
Monochromatic Colors of #92B5DD
Black with #92B5DD
Text Example
Text Example
White with #92B5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B5DD; }
p { color: rgb(146,181,221); }
H1.HeaderClassName
{
color: #92B5DD;
}
.AnyTagClassName
{
color: #92B5DD;
}
</style>
background-color css
<style>
a { background-color: #92B5DD; }
a { background-color: rgb(146,181,221); }
div.DivClassName
{
background-color: #92B5DD;
}
.BgClassName
{
background-color: #92B5DD;
}
</style>
border-color css
<style>
span { border-color: #92B5DD; }
span { border-color: rgb(146,181,221); }
td.TdClassName
{
border-color: #92B5DD;
}
.TagClassName
{
border-color: #92B5DD;
}
</style>