Shades of Polo Blue #93ABC4
Tints of Polo Blue #93ABC4
RGB
CMYK
RGB Variations
Color information
#93ABC4 (or 0x93ABC4) is known color: Polo Blue. HEX triplet: 93, AB and C4. RGB value is (147,171,196). Sum of RGB (Red+Green+Blue) = 147+171+196=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #93ABC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABC4 is #6C543B. Grayscale: #A6A6A6. Windows color (decimal): -7099452 or 12888979. OLE color: 12888979.
HSL color Cylindrical-coordinate representation of color #93ABC4: hue angle of 210.61º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93ABC4 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 171 | 196 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.23 |
| HSL | 210.61º | 0.29% | 0.67% | - |
| HSV(B) | 210.61º | 0.25% | 0.77% | - |
| XYZ | 36.56 | 39.31 | 57.89 | - |
| YUV | 166.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 196 | 0.25 | 0.13 | 0 | 0.23 | 210.61 | 0.29 | 0.67 |
| Hex | 93 | AB | C4 | 19 | D | 0 | 17 | D3 | 1D | 43 |
| Octal | 223 | 253 | 304 | 31 | 15 | 0 | 27 | 323 | 35 | 103 |
| Binary | 10010011 | 10101011 | 11000100 | 11001 | 1101 | 0 | 10111 | 11010011 | 11101 | 1000011 |
Color Harmonies of #93ABC4
Complementary color
Monochromatic Colors of #93ABC4
Black with #93ABC4
Text Example
Text Example
White with #93ABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABC4; }
p { color: rgb(147,171,196); }
H1.HeaderClassName
{
color: #93ABC4;
}
.AnyTagClassName
{
color: #93ABC4;
}
</style>
background-color css
<style>
a { background-color: #93ABC4; }
a { background-color: rgb(147,171,196); }
div.DivClassName
{
background-color: #93ABC4;
}
.BgClassName
{
background-color: #93ABC4;
}
</style>
border-color css
<style>
span { border-color: #93ABC4; }
span { border-color: rgb(147,171,196); }
td.TdClassName
{
border-color: #93ABC4;
}
.TagClassName
{
border-color: #93ABC4;
}
</style>