Shades of Polo Blue #92B2CE
Tints of Polo Blue #92B2CE
RGB
CMYK
RGB Variations
Color information
#92B2CE (or 0x92B2CE) is known color: Polo Blue. HEX triplet: 92, B2 and CE. RGB value is (146,178,206). Sum of RGB (Red+Green+Blue) = 146+178+206=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #92B2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B2CE is #6D4D31. Grayscale: #ABABAB. Windows color (decimal): -7163186 or 13546130. OLE color: 13546130.
HSL color Cylindrical-coordinate representation of color #92B2CE: hue angle of 208º 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 #92B2CE is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 178 | 206 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.19 |
| HSL | 208º | 0.38% | 0.69% | - |
| HSV(B) | 208º | 0.29% | 0.81% | - |
| XYZ | 38.92 | 42.41 | 64.53 | - |
| YUV | 171.62 | 147.4 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 178 | 206 | 0.29 | 0.14 | 0 | 0.19 | 208 | 0.38 | 0.69 |
| Hex | 92 | B2 | CE | 1D | E | 0 | 13 | D0 | 26 | 45 |
| Octal | 222 | 262 | 316 | 35 | 16 | 0 | 23 | 320 | 46 | 105 |
| Binary | 10010010 | 10110010 | 11001110 | 11101 | 1110 | 0 | 10011 | 11010000 | 100110 | 1000101 |
Color Harmonies of #92B2CE
Complementary color
Monochromatic Colors of #92B2CE
Black with #92B2CE
Text Example
Text Example
White with #92B2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B2CE; }
p { color: rgb(146,178,206); }
H1.HeaderClassName
{
color: #92B2CE;
}
.AnyTagClassName
{
color: #92B2CE;
}
</style>
background-color css
<style>
a { background-color: #92B2CE; }
a { background-color: rgb(146,178,206); }
div.DivClassName
{
background-color: #92B2CE;
}
.BgClassName
{
background-color: #92B2CE;
}
</style>
border-color css
<style>
span { border-color: #92B2CE; }
span { border-color: rgb(146,178,206); }
td.TdClassName
{
border-color: #92B2CE;
}
.TagClassName
{
border-color: #92B2CE;
}
</style>