Shades of Polo Blue #92B1CE
Tints of Polo Blue #92B1CE
RGB
CMYK
RGB Variations
Color information
#92B1CE (or 0x92B1CE) is known color: Polo Blue. HEX triplet: 92, B1 and CE. RGB value is (146,177,206). Sum of RGB (Red+Green+Blue) = 146+177+206=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #92B1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B1CE is #6D4E31. Grayscale: #AAAAAA. Windows color (decimal): -7163442 or 13545874. OLE color: 13545874.
HSL color Cylindrical-coordinate representation of color #92B1CE: hue angle of 209º 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 #92B1CE is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 177 | 206 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.19 |
| HSL | 209º | 0.38% | 0.69% | - |
| HSV(B) | 209º | 0.29% | 0.81% | - |
| XYZ | 38.72 | 42.01 | 64.46 | - |
| YUV | 171.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 177 | 206 | 0.29 | 0.14 | 0 | 0.19 | 209 | 0.38 | 0.69 |
| Hex | 92 | B1 | CE | 1D | E | 0 | 13 | D1 | 26 | 45 |
| Octal | 222 | 261 | 316 | 35 | 16 | 0 | 23 | 321 | 46 | 105 |
| Binary | 10010010 | 10110001 | 11001110 | 11101 | 1110 | 0 | 10011 | 11010001 | 100110 | 1000101 |
Color Harmonies of #92B1CE
Complementary color
Monochromatic Colors of #92B1CE
Black with #92B1CE
Text Example
Text Example
White with #92B1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B1CE; }
p { color: rgb(146,177,206); }
H1.HeaderClassName
{
color: #92B1CE;
}
.AnyTagClassName
{
color: #92B1CE;
}
</style>
background-color css
<style>
a { background-color: #92B1CE; }
a { background-color: rgb(146,177,206); }
div.DivClassName
{
background-color: #92B1CE;
}
.BgClassName
{
background-color: #92B1CE;
}
</style>
border-color css
<style>
span { border-color: #92B1CE; }
span { border-color: rgb(146,177,206); }
td.TdClassName
{
border-color: #92B1CE;
}
.TagClassName
{
border-color: #92B1CE;
}
</style>