Shades of Polo Blue #94A8D9
Tints of Polo Blue #94A8D9
RGB
CMYK
RGB Variations
Color information
#94A8D9 (or 0x94A8D9) is known color: Polo Blue. HEX triplet: 94, A8 and D9. RGB value is (148,168,217). Sum of RGB (Red+Green+Blue) = 148+168+217=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #94A8D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8D9 is #6B5726. Grayscale: #A7A7A7. Windows color (decimal): -7034663 or 14264468. OLE color: 14264468.
HSL color Cylindrical-coordinate representation of color #94A8D9: hue angle of 222.61º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94A8D9 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 168 | 217 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.15 |
| HSL | 222.61º | 0.48% | 0.72% | - |
| HSV(B) | 222.61º | 0.32% | 0.85% | - |
| XYZ | 38.74 | 39.31 | 71.19 | - |
| YUV | 167.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 217 | 0.32 | 0.23 | 0 | 0.15 | 222.61 | 0.48 | 0.72 |
| Hex | 94 | A8 | D9 | 20 | 17 | 0 | F | DF | 30 | 48 |
| Octal | 224 | 250 | 331 | 40 | 27 | 0 | 17 | 337 | 60 | 110 |
| Binary | 10010100 | 10101000 | 11011001 | 100000 | 10111 | 0 | 1111 | 11011111 | 110000 | 1001000 |
Color Harmonies of #94A8D9
Complementary color
Monochromatic Colors of #94A8D9
Black with #94A8D9
Text Example
Text Example
White with #94A8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A8D9; }
p { color: rgb(148,168,217); }
H1.HeaderClassName
{
color: #94A8D9;
}
.AnyTagClassName
{
color: #94A8D9;
}
</style>
background-color css
<style>
a { background-color: #94A8D9; }
a { background-color: rgb(148,168,217); }
div.DivClassName
{
background-color: #94A8D9;
}
.BgClassName
{
background-color: #94A8D9;
}
</style>
border-color css
<style>
span { border-color: #94A8D9; }
span { border-color: rgb(148,168,217); }
td.TdClassName
{
border-color: #94A8D9;
}
.TagClassName
{
border-color: #94A8D9;
}
</style>