Shades of Polo Blue #93AAC4
Tints of Polo Blue #93AAC4
RGB
CMYK
RGB Variations
Color information
#93AAC4 (or 0x93AAC4) is known color: Polo Blue. HEX triplet: 93, AA and C4. RGB value is (147,170,196). Sum of RGB (Red+Green+Blue) = 147+170+196=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #93AAC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AAC4 is #6C553B. Grayscale: #A5A5A5. Windows color (decimal): -7099708 or 12888723. OLE color: 12888723.
HSL color Cylindrical-coordinate representation of color #93AAC4: hue angle of 211.84º 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 #93AAC4 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 170 | 196 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.23 |
| HSL | 211.84º | 0.29% | 0.67% | - |
| HSV(B) | 211.84º | 0.25% | 0.77% | - |
| XYZ | 36.37 | 38.94 | 57.82 | - |
| YUV | 166.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 196 | 0.25 | 0.13 | 0 | 0.23 | 211.84 | 0.29 | 0.67 |
| Hex | 93 | AA | C4 | 19 | D | 0 | 17 | D4 | 1D | 43 |
| Octal | 223 | 252 | 304 | 31 | 15 | 0 | 27 | 324 | 35 | 103 |
| Binary | 10010011 | 10101010 | 11000100 | 11001 | 1101 | 0 | 10111 | 11010100 | 11101 | 1000011 |
Color Harmonies of #93AAC4
Complementary color
Monochromatic Colors of #93AAC4
Black with #93AAC4
Text Example
Text Example
White with #93AAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AAC4; }
p { color: rgb(147,170,196); }
H1.HeaderClassName
{
color: #93AAC4;
}
.AnyTagClassName
{
color: #93AAC4;
}
</style>
background-color css
<style>
a { background-color: #93AAC4; }
a { background-color: rgb(147,170,196); }
div.DivClassName
{
background-color: #93AAC4;
}
.BgClassName
{
background-color: #93AAC4;
}
</style>
border-color css
<style>
span { border-color: #93AAC4; }
span { border-color: rgb(147,170,196); }
td.TdClassName
{
border-color: #93AAC4;
}
.TagClassName
{
border-color: #93AAC4;
}
</style>