Shades of Polo Blue #92B1CF
Tints of Polo Blue #92B1CF
RGB
CMYK
RGB Variations
Color information
#92B1CF (or 0x92B1CF) is known color: Polo Blue. HEX triplet: 92, B1 and CF. RGB value is (146,177,207). Sum of RGB (Red+Green+Blue) = 146+177+207=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #92B1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B1CF is #6D4E30. Grayscale: #ABABAB. Windows color (decimal): -7163441 or 13611410. OLE color: 13611410.
HSL color Cylindrical-coordinate representation of color #92B1CF: hue angle of 209.51º degrees, saturation: 0.39, 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 #92B1CF is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 177 | 207 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.19 |
| HSL | 209.51º | 0.39% | 0.69% | - |
| HSV(B) | 209.51º | 0.29% | 0.81% | - |
| XYZ | 38.84 | 42.06 | 65.1 | - |
| YUV | 171.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 177 | 207 | 0.29 | 0.14 | 0 | 0.19 | 209.51 | 0.39 | 0.69 |
| Hex | 92 | B1 | CF | 1D | E | 0 | 13 | D2 | 27 | 45 |
| Octal | 222 | 261 | 317 | 35 | 16 | 0 | 23 | 322 | 47 | 105 |
| Binary | 10010010 | 10110001 | 11001111 | 11101 | 1110 | 0 | 10011 | 11010010 | 100111 | 1000101 |
Color Harmonies of #92B1CF
Complementary color
Monochromatic Colors of #92B1CF
Black with #92B1CF
Text Example
Text Example
White with #92B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B1CF; }
p { color: rgb(146,177,207); }
H1.HeaderClassName
{
color: #92B1CF;
}
.AnyTagClassName
{
color: #92B1CF;
}
</style>
background-color css
<style>
a { background-color: #92B1CF; }
a { background-color: rgb(146,177,207); }
div.DivClassName
{
background-color: #92B1CF;
}
.BgClassName
{
background-color: #92B1CF;
}
</style>
border-color css
<style>
span { border-color: #92B1CF; }
span { border-color: rgb(146,177,207); }
td.TdClassName
{
border-color: #92B1CF;
}
.TagClassName
{
border-color: #92B1CF;
}
</style>