Shades of Polo Blue #93ABCB
Tints of Polo Blue #93ABCB
RGB
CMYK
RGB Variations
Color information
#93ABCB (or 0x93ABCB) is known color: Polo Blue. HEX triplet: 93, AB and CB. RGB value is (147,171,203). Sum of RGB (Red+Green+Blue) = 147+171+203=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #93ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABCB is #6C5434. Grayscale: #A7A7A7. Windows color (decimal): -7099445 or 13347731. OLE color: 13347731.
HSL color Cylindrical-coordinate representation of color #93ABCB: hue angle of 214.29º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93ABCB is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 171 | 203 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.20 |
| HSL | 214.29º | 0.35% | 0.69% | - |
| HSV(B) | 214.29º | 0.28% | 0.8% | - |
| XYZ | 37.38 | 39.64 | 62.18 | - |
| YUV | 167.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 203 | 0.28 | 0.16 | 0 | 0.20 | 214.29 | 0.35 | 0.69 |
| Hex | 93 | AB | CB | 1C | 10 | 0 | 14 | D6 | 23 | 45 |
| Octal | 223 | 253 | 313 | 34 | 20 | 0 | 24 | 326 | 43 | 105 |
| Binary | 10010011 | 10101011 | 11001011 | 11100 | 10000 | 0 | 10100 | 11010110 | 100011 | 1000101 |
Color Harmonies of #93ABCB
Complementary color
Monochromatic Colors of #93ABCB
Black with #93ABCB
Text Example
Text Example
White with #93ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABCB; }
p { color: rgb(147,171,203); }
H1.HeaderClassName
{
color: #93ABCB;
}
.AnyTagClassName
{
color: #93ABCB;
}
</style>
background-color css
<style>
a { background-color: #93ABCB; }
a { background-color: rgb(147,171,203); }
div.DivClassName
{
background-color: #93ABCB;
}
.BgClassName
{
background-color: #93ABCB;
}
</style>
border-color css
<style>
span { border-color: #93ABCB; }
span { border-color: rgb(147,171,203); }
td.TdClassName
{
border-color: #93ABCB;
}
.TagClassName
{
border-color: #93ABCB;
}
</style>