Shades of Polo Blue #94AAD1
Tints of Polo Blue #94AAD1
RGB
CMYK
RGB Variations
Color information
#94AAD1 (or 0x94AAD1) is known color: Polo Blue. HEX triplet: 94, AA and D1. RGB value is (148,170,209). Sum of RGB (Red+Green+Blue) = 148+170+209=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #94AAD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AAD1 is #6B552E. Grayscale: #A7A7A7. Windows color (decimal): -7034159 or 13740692. OLE color: 13740692.
HSL color Cylindrical-coordinate representation of color #94AAD1: hue angle of 218.36º 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 #94AAD1 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 170 | 209 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.18 |
| HSL | 218.36º | 0.4% | 0.7% | - |
| HSV(B) | 218.36º | 0.29% | 0.82% | - |
| XYZ | 38.1 | 39.65 | 65.97 | - |
| YUV | 167.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 209 | 0.29 | 0.19 | 0 | 0.18 | 218.36 | 0.4 | 0.7 |
| Hex | 94 | AA | D1 | 1D | 13 | 0 | 12 | DA | 28 | 46 |
| Octal | 224 | 252 | 321 | 35 | 23 | 0 | 22 | 332 | 50 | 106 |
| Binary | 10010100 | 10101010 | 11010001 | 11101 | 10011 | 0 | 10010 | 11011010 | 101000 | 1000110 |
Color Harmonies of #94AAD1
Complementary color
Monochromatic Colors of #94AAD1
Black with #94AAD1
Text Example
Text Example
White with #94AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AAD1; }
p { color: rgb(148,170,209); }
H1.HeaderClassName
{
color: #94AAD1;
}
.AnyTagClassName
{
color: #94AAD1;
}
</style>
background-color css
<style>
a { background-color: #94AAD1; }
a { background-color: rgb(148,170,209); }
div.DivClassName
{
background-color: #94AAD1;
}
.BgClassName
{
background-color: #94AAD1;
}
</style>
border-color css
<style>
span { border-color: #94AAD1; }
span { border-color: rgb(148,170,209); }
td.TdClassName
{
border-color: #94AAD1;
}
.TagClassName
{
border-color: #94AAD1;
}
</style>