Shades of Polo Blue #94A8D1
Tints of Polo Blue #94A8D1
RGB
CMYK
RGB Variations
Color information
#94A8D1 (or 0x94A8D1) is known color: Polo Blue. HEX triplet: 94, A8 and D1. RGB value is (148,168,209). Sum of RGB (Red+Green+Blue) = 148+168+209=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #94A8D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8D1 is #6B572E. Grayscale: #A6A6A6. Windows color (decimal): -7034671 or 13740180. OLE color: 13740180.
HSL color Cylindrical-coordinate representation of color #94A8D1: hue angle of 220.33º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94A8D1 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 168 | 209 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.18 |
| HSL | 220.33º | 0.4% | 0.7% | - |
| HSV(B) | 220.33º | 0.29% | 0.82% | - |
| XYZ | 37.72 | 38.9 | 65.84 | - |
| YUV | 166.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 209 | 0.29 | 0.20 | 0 | 0.18 | 220.33 | 0.4 | 0.7 |
| Hex | 94 | A8 | D1 | 1D | 14 | 0 | 12 | DC | 28 | 46 |
| Octal | 224 | 250 | 321 | 35 | 24 | 0 | 22 | 334 | 50 | 106 |
| Binary | 10010100 | 10101000 | 11010001 | 11101 | 10100 | 0 | 10010 | 11011100 | 101000 | 1000110 |
Color Harmonies of #94A8D1
Complementary color
Monochromatic Colors of #94A8D1
Black with #94A8D1
Text Example
Text Example
White with #94A8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A8D1; }
p { color: rgb(148,168,209); }
H1.HeaderClassName
{
color: #94A8D1;
}
.AnyTagClassName
{
color: #94A8D1;
}
</style>
background-color css
<style>
a { background-color: #94A8D1; }
a { background-color: rgb(148,168,209); }
div.DivClassName
{
background-color: #94A8D1;
}
.BgClassName
{
background-color: #94A8D1;
}
</style>
border-color css
<style>
span { border-color: #94A8D1; }
span { border-color: rgb(148,168,209); }
td.TdClassName
{
border-color: #94A8D1;
}
.TagClassName
{
border-color: #94A8D1;
}
</style>