Shades of Polo Blue #93ABC6
Tints of Polo Blue #93ABC6
RGB
CMYK
RGB Variations
Color information
#93ABC6 (or 0x93ABC6) is known color: Polo Blue. HEX triplet: 93, AB and C6. RGB value is (147,171,198). Sum of RGB (Red+Green+Blue) = 147+171+198=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 198 - color contains mainly: blue. Hex color #93ABC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABC6 is #6C5439. Grayscale: #A6A6A6. Windows color (decimal): -7099450 or 13020051. OLE color: 13020051.
HSL color Cylindrical-coordinate representation of color #93ABC6: hue angle of 211.76º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93ABC6 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 147 | 171 | 198 | - |
CMYK | 0.26 | 0.14 | 0 | 0.22 |
HSL | 211.76º | 0.31% | 0.68% | - |
HSV(B) | 211.76º | 0.26% | 0.78% | - |
XYZ | 36.79 | 39.41 | 59.09 | - |
YUV | 166.9 | 145.55 | 113.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 147 | 171 | 198 | 0.26 | 0.14 | 0 | 0.22 | 211.76 | 0.31 | 0.68 |
Hex | 93 | AB | C6 | 1A | E | 0 | 16 | D4 | 1F | 44 |
Octal | 223 | 253 | 306 | 32 | 16 | 0 | 26 | 324 | 37 | 104 |
Binary | 10010011 | 10101011 | 11000110 | 11010 | 1110 | 0 | 10110 | 11010100 | 11111 | 1000100 |
Color Harmonies of #93ABC6
Complementary color
Monochromatic Colors of #93ABC6
Black with #93ABC6
Text Example
Text Example
White with #93ABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABC6; }
p { color: rgb(147,171,198); }
H1.HeaderClassName
{
color: #93ABC6;
}
.AnyTagClassName
{
color: #93ABC6;
}
</style>
background-color css
<style>
a { background-color: #93ABC6; }
a { background-color: rgb(147,171,198); }
div.DivClassName
{
background-color: #93ABC6;
}
.BgClassName
{
background-color: #93ABC6;
}
</style>
border-color css
<style>
span { border-color: #93ABC6; }
span { border-color: rgb(147,171,198); }
td.TdClassName
{
border-color: #93ABC6;
}
.TagClassName
{
border-color: #93ABC6;
}
</style>