Shades of Polo Blue #94A6D4
Tints of Polo Blue #94A6D4
RGB
CMYK
RGB Variations
Color information
#94A6D4 (or 0x94A6D4) is known color: Polo Blue. HEX triplet: 94, A6 and D4. RGB value is (148,166,212). Sum of RGB (Red+Green+Blue) = 148+166+212=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #94A6D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A6D4 is #6B592B. Grayscale: #A5A5A5. Windows color (decimal): -7035180 or 13936276. OLE color: 13936276.
HSL color Cylindrical-coordinate representation of color #94A6D4: hue angle of 223.12º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94A6D4 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 166 | 212 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.17 |
| HSL | 223.13º | 0.43% | 0.71% | - |
| HSV(B) | 223.13º | 0.3% | 0.83% | - |
| XYZ | 37.73 | 38.32 | 67.7 | - |
| YUV | 165.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 212 | 0.30 | 0.22 | 0 | 0.17 | 223.13 | 0.43 | 0.71 |
| Hex | 94 | A6 | D4 | 1E | 16 | 0 | 11 | DF | 2B | 47 |
| Octal | 224 | 246 | 324 | 36 | 26 | 0 | 21 | 337 | 53 | 107 |
| Binary | 10010100 | 10100110 | 11010100 | 11110 | 10110 | 0 | 10001 | 11011111 | 101011 | 1000111 |
Color Harmonies of #94A6D4
Complementary color
Monochromatic Colors of #94A6D4
Black with #94A6D4
Text Example
Text Example
White with #94A6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A6D4; }
p { color: rgb(148,166,212); }
H1.HeaderClassName
{
color: #94A6D4;
}
.AnyTagClassName
{
color: #94A6D4;
}
</style>
background-color css
<style>
a { background-color: #94A6D4; }
a { background-color: rgb(148,166,212); }
div.DivClassName
{
background-color: #94A6D4;
}
.BgClassName
{
background-color: #94A6D4;
}
</style>
border-color css
<style>
span { border-color: #94A6D4; }
span { border-color: rgb(148,166,212); }
td.TdClassName
{
border-color: #94A6D4;
}
.TagClassName
{
border-color: #94A6D4;
}
</style>