Shades of Polo Blue #94ABDC
Tints of Polo Blue #94ABDC
RGB
CMYK
RGB Variations
Color information
#94ABDC (or 0x94ABDC) is known color: Polo Blue. HEX triplet: 94, AB and DC. RGB value is (148,171,220). Sum of RGB (Red+Green+Blue) = 148+171+220=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #94ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABDC is #6B5423. Grayscale: #A9A9A9. Windows color (decimal): -7033892 or 14461844. OLE color: 14461844.
HSL color Cylindrical-coordinate representation of color #94ABDC: hue angle of 220.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94ABDC is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 171 | 220 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.14 |
| HSL | 220.83º | 0.51% | 0.72% | - |
| HSV(B) | 220.83º | 0.33% | 0.86% | - |
| XYZ | 39.69 | 40.59 | 73.45 | - |
| YUV | 169.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 220 | 0.33 | 0.22 | 0 | 0.14 | 220.83 | 0.51 | 0.72 |
| Hex | 94 | AB | DC | 21 | 16 | 0 | E | DD | 33 | 48 |
| Octal | 224 | 253 | 334 | 41 | 26 | 0 | 16 | 335 | 63 | 110 |
| Binary | 10010100 | 10101011 | 11011100 | 100001 | 10110 | 0 | 1110 | 11011101 | 110011 | 1001000 |
Color Harmonies of #94ABDC
Complementary color
Monochromatic Colors of #94ABDC
Black with #94ABDC
Text Example
Text Example
White with #94ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ABDC; }
p { color: rgb(148,171,220); }
H1.HeaderClassName
{
color: #94ABDC;
}
.AnyTagClassName
{
color: #94ABDC;
}
</style>
background-color css
<style>
a { background-color: #94ABDC; }
a { background-color: rgb(148,171,220); }
div.DivClassName
{
background-color: #94ABDC;
}
.BgClassName
{
background-color: #94ABDC;
}
</style>
border-color css
<style>
span { border-color: #94ABDC; }
span { border-color: rgb(148,171,220); }
td.TdClassName
{
border-color: #94ABDC;
}
.TagClassName
{
border-color: #94ABDC;
}
</style>