Shades of Polo Blue #94ABDF
Tints of Polo Blue #94ABDF
RGB
CMYK
RGB Variations
Color information
#94ABDF (or 0x94ABDF) is known color: Polo Blue. HEX triplet: 94, AB and DF. RGB value is (148,171,223). Sum of RGB (Red+Green+Blue) = 148+171+223=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #94ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABDF is #6B5420. Grayscale: #A9A9A9. Windows color (decimal): -7033889 or 14658452. OLE color: 14658452.
HSL color Cylindrical-coordinate representation of color #94ABDF: hue angle of 221.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94ABDF is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 171 | 223 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.13 |
| HSL | 221.6º | 0.54% | 0.73% | - |
| HSV(B) | 221.6º | 0.34% | 0.87% | - |
| XYZ | 40.09 | 40.75 | 75.56 | - |
| YUV | 170.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 223 | 0.34 | 0.23 | 0 | 0.13 | 221.6 | 0.54 | 0.73 |
| Hex | 94 | AB | DF | 22 | 17 | 0 | D | DE | 36 | 49 |
| Octal | 224 | 253 | 337 | 42 | 27 | 0 | 15 | 336 | 66 | 111 |
| Binary | 10010100 | 10101011 | 11011111 | 100010 | 10111 | 0 | 1101 | 11011110 | 110110 | 1001001 |
Color Harmonies of #94ABDF
Complementary color
Monochromatic Colors of #94ABDF
Black with #94ABDF
Text Example
Text Example
White with #94ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ABDF; }
p { color: rgb(148,171,223); }
H1.HeaderClassName
{
color: #94ABDF;
}
.AnyTagClassName
{
color: #94ABDF;
}
</style>
background-color css
<style>
a { background-color: #94ABDF; }
a { background-color: rgb(148,171,223); }
div.DivClassName
{
background-color: #94ABDF;
}
.BgClassName
{
background-color: #94ABDF;
}
</style>
border-color css
<style>
span { border-color: #94ABDF; }
span { border-color: rgb(148,171,223); }
td.TdClassName
{
border-color: #94ABDF;
}
.TagClassName
{
border-color: #94ABDF;
}
</style>