Shades of Polo Blue #94ABC8
Tints of Polo Blue #94ABC8
RGB
CMYK
RGB Variations
Color information
#94ABC8 (or 0x94ABC8) is known color: Polo Blue. HEX triplet: 94, AB and C8. RGB value is (148,171,200). Sum of RGB (Red+Green+Blue) = 148+171+200=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #94ABC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABC8 is #6B5437. Grayscale: #A7A7A7. Windows color (decimal): -7033912 or 13151124. OLE color: 13151124.
HSL color Cylindrical-coordinate representation of color #94ABC8: hue angle of 213.46º degrees, saturation: 0.32, 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 #94ABC8 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 171 | 200 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.22 |
| HSL | 213.46º | 0.32% | 0.68% | - |
| HSV(B) | 213.46º | 0.26% | 0.78% | - |
| XYZ | 37.2 | 39.59 | 60.32 | - |
| YUV | 167.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 200 | 0.26 | 0.14 | 0 | 0.22 | 213.46 | 0.32 | 0.68 |
| Hex | 94 | AB | C8 | 1A | E | 0 | 16 | D5 | 20 | 44 |
| Octal | 224 | 253 | 310 | 32 | 16 | 0 | 26 | 325 | 40 | 104 |
| Binary | 10010100 | 10101011 | 11001000 | 11010 | 1110 | 0 | 10110 | 11010101 | 100000 | 1000100 |
Color Harmonies of #94ABC8
Complementary color
Monochromatic Colors of #94ABC8
Black with #94ABC8
Text Example
Text Example
White with #94ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ABC8; }
p { color: rgb(148,171,200); }
H1.HeaderClassName
{
color: #94ABC8;
}
.AnyTagClassName
{
color: #94ABC8;
}
</style>
background-color css
<style>
a { background-color: #94ABC8; }
a { background-color: rgb(148,171,200); }
div.DivClassName
{
background-color: #94ABC8;
}
.BgClassName
{
background-color: #94ABC8;
}
</style>
border-color css
<style>
span { border-color: #94ABC8; }
span { border-color: rgb(148,171,200); }
td.TdClassName
{
border-color: #94ABC8;
}
.TagClassName
{
border-color: #94ABC8;
}
</style>