Shades of Polo Blue #93AECB
Tints of Polo Blue #93AECB
RGB
CMYK
RGB Variations
Color information
#93AECB (or 0x93AECB) is known color: Polo Blue. HEX triplet: 93, AE and CB. RGB value is (147,174,203). Sum of RGB (Red+Green+Blue) = 147+174+203=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #93AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AECB is #6C5134. Grayscale: #A9A9A9. Windows color (decimal): -7098677 or 13348499. OLE color: 13348499.
HSL color Cylindrical-coordinate representation of color #93AECB: hue angle of 211.07º 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 #93AECB is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 174 | 203 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.20 |
| HSL | 211.07º | 0.35% | 0.69% | - |
| HSV(B) | 211.07º | 0.28% | 0.8% | - |
| XYZ | 37.95 | 40.79 | 62.37 | - |
| YUV | 169.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 174 | 203 | 0.28 | 0.14 | 0 | 0.20 | 211.07 | 0.35 | 0.69 |
| Hex | 93 | AE | CB | 1C | E | 0 | 14 | D3 | 23 | 45 |
| Octal | 223 | 256 | 313 | 34 | 16 | 0 | 24 | 323 | 43 | 105 |
| Binary | 10010011 | 10101110 | 11001011 | 11100 | 1110 | 0 | 10100 | 11010011 | 100011 | 1000101 |
Color Harmonies of #93AECB
Complementary color
Monochromatic Colors of #93AECB
Black with #93AECB
Text Example
Text Example
White with #93AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AECB; }
p { color: rgb(147,174,203); }
H1.HeaderClassName
{
color: #93AECB;
}
.AnyTagClassName
{
color: #93AECB;
}
</style>
background-color css
<style>
a { background-color: #93AECB; }
a { background-color: rgb(147,174,203); }
div.DivClassName
{
background-color: #93AECB;
}
.BgClassName
{
background-color: #93AECB;
}
</style>
border-color css
<style>
span { border-color: #93AECB; }
span { border-color: rgb(147,174,203); }
td.TdClassName
{
border-color: #93AECB;
}
.TagClassName
{
border-color: #93AECB;
}
</style>