Shades of Polo Blue #94ABD7
Tints of Polo Blue #94ABD7
RGB
CMYK
RGB Variations
Color information
#94ABD7 (or 0x94ABD7) is known color: Polo Blue. HEX triplet: 94, AB and D7. RGB value is (148,171,215). Sum of RGB (Red+Green+Blue) = 148+171+215=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #94ABD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABD7 is #6B5428. Grayscale: #A8A8A8. Windows color (decimal): -7033897 or 14134164. OLE color: 14134164.
HSL color Cylindrical-coordinate representation of color #94ABD7: hue angle of 219.4º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94ABD7 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 171 | 215 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.16 |
| HSL | 219.4º | 0.46% | 0.71% | - |
| HSV(B) | 219.4º | 0.31% | 0.84% | - |
| XYZ | 39.04 | 40.33 | 70.02 | - |
| YUV | 169.14 | 153.88 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 215 | 0.31 | 0.20 | 0 | 0.16 | 219.4 | 0.46 | 0.71 |
| Hex | 94 | AB | D7 | 1F | 14 | 0 | 10 | DB | 2E | 47 |
| Octal | 224 | 253 | 327 | 37 | 24 | 0 | 20 | 333 | 56 | 107 |
| Binary | 10010100 | 10101011 | 11010111 | 11111 | 10100 | 0 | 10000 | 11011011 | 101110 | 1000111 |
Color Harmonies of #94ABD7
Complementary color
Monochromatic Colors of #94ABD7
Black with #94ABD7
Text Example
Text Example
White with #94ABD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ABD7; }
p { color: rgb(148,171,215); }
H1.HeaderClassName
{
color: #94ABD7;
}
.AnyTagClassName
{
color: #94ABD7;
}
</style>
background-color css
<style>
a { background-color: #94ABD7; }
a { background-color: rgb(148,171,215); }
div.DivClassName
{
background-color: #94ABD7;
}
.BgClassName
{
background-color: #94ABD7;
}
</style>
border-color css
<style>
span { border-color: #94ABD7; }
span { border-color: rgb(148,171,215); }
td.TdClassName
{
border-color: #94ABD7;
}
.TagClassName
{
border-color: #94ABD7;
}
</style>