Shades of Polo Blue #93ABDA
Tints of Polo Blue #93ABDA
RGB
CMYK
RGB Variations
Color information
#93ABDA (or 0x93ABDA) is known color: Polo Blue. HEX triplet: 93, AB and DA. RGB value is (147,171,218). Sum of RGB (Red+Green+Blue) = 147+171+218=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #93ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABDA is #6C5425. Grayscale: #A8A8A8. Windows color (decimal): -7099430 or 14330771. OLE color: 14330771.
HSL color Cylindrical-coordinate representation of color #93ABDA: hue angle of 219.72º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93ABDA is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 171 | 218 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.15 |
| HSL | 219.72º | 0.49% | 0.72% | - |
| HSV(B) | 219.72º | 0.33% | 0.85% | - |
| XYZ | 39.25 | 40.39 | 72.06 | - |
| YUV | 169.18 | 155.55 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 218 | 0.33 | 0.22 | 0 | 0.15 | 219.72 | 0.49 | 0.72 |
| Hex | 93 | AB | DA | 21 | 16 | 0 | F | DC | 31 | 48 |
| Octal | 223 | 253 | 332 | 41 | 26 | 0 | 17 | 334 | 61 | 110 |
| Binary | 10010011 | 10101011 | 11011010 | 100001 | 10110 | 0 | 1111 | 11011100 | 110001 | 1001000 |
Color Harmonies of #93ABDA
Complementary color
Monochromatic Colors of #93ABDA
Black with #93ABDA
Text Example
Text Example
White with #93ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABDA; }
p { color: rgb(147,171,218); }
H1.HeaderClassName
{
color: #93ABDA;
}
.AnyTagClassName
{
color: #93ABDA;
}
</style>
background-color css
<style>
a { background-color: #93ABDA; }
a { background-color: rgb(147,171,218); }
div.DivClassName
{
background-color: #93ABDA;
}
.BgClassName
{
background-color: #93ABDA;
}
</style>
border-color css
<style>
span { border-color: #93ABDA; }
span { border-color: rgb(147,171,218); }
td.TdClassName
{
border-color: #93ABDA;
}
.TagClassName
{
border-color: #93ABDA;
}
</style>