Shades of Polo Blue #92B8CE
Tints of Polo Blue #92B8CE
RGB
CMYK
RGB Variations
Color information
#92B8CE (or 0x92B8CE) is known color: Polo Blue. HEX triplet: 92, B8 and CE. RGB value is (146,184,206). Sum of RGB (Red+Green+Blue) = 146+184+206=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #92B8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B8CE is #6D4731. Grayscale: #AFAFAF. Windows color (decimal): -7161650 or 13547666. OLE color: 13547666.
HSL color Cylindrical-coordinate representation of color #92B8CE: hue angle of 202º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92B8CE is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 184 | 206 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.19 |
| HSL | 202º | 0.38% | 0.69% | - |
| HSV(B) | 202º | 0.29% | 0.81% | - |
| XYZ | 40.14 | 44.85 | 64.93 | - |
| YUV | 175.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 184 | 206 | 0.29 | 0.11 | 0 | 0.19 | 202 | 0.38 | 0.69 |
| Hex | 92 | B8 | CE | 1D | B | 0 | 13 | CA | 26 | 45 |
| Octal | 222 | 270 | 316 | 35 | 13 | 0 | 23 | 312 | 46 | 105 |
| Binary | 10010010 | 10111000 | 11001110 | 11101 | 1011 | 0 | 10011 | 11001010 | 100110 | 1000101 |
Color Harmonies of #92B8CE
Complementary color
Monochromatic Colors of #92B8CE
Black with #92B8CE
Text Example
Text Example
White with #92B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B8CE; }
p { color: rgb(146,184,206); }
H1.HeaderClassName
{
color: #92B8CE;
}
.AnyTagClassName
{
color: #92B8CE;
}
</style>
background-color css
<style>
a { background-color: #92B8CE; }
a { background-color: rgb(146,184,206); }
div.DivClassName
{
background-color: #92B8CE;
}
.BgClassName
{
background-color: #92B8CE;
}
</style>
border-color css
<style>
span { border-color: #92B8CE; }
span { border-color: rgb(146,184,206); }
td.TdClassName
{
border-color: #92B8CE;
}
.TagClassName
{
border-color: #92B8CE;
}
</style>