Shades of Polo Blue #94A8D2
Tints of Polo Blue #94A8D2
RGB
CMYK
RGB Variations
Color information
#94A8D2 (or 0x94A8D2) is known color: Polo Blue. HEX triplet: 94, A8 and D2. RGB value is (148,168,210). Sum of RGB (Red+Green+Blue) = 148+168+210=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 210 - color contains mainly: blue. Hex color #94A8D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8D2 is #6B572D. Grayscale: #A6A6A6. Windows color (decimal): -7034670 or 13805716. OLE color: 13805716.
HSL color Cylindrical-coordinate representation of color #94A8D2: hue angle of 220.65º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94A8D2 is Cyan = 0.30, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 168 | 210 | - |
| CMYK | 0.30 | 0.2 | 0 | 0.18 |
| HSL | 220.65º | 0.41% | 0.7% | - |
| HSV(B) | 220.65º | 0.3% | 0.82% | - |
| XYZ | 37.85 | 38.95 | 66.5 | - |
| YUV | 166.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 210 | 0.30 | 0.2 | 0 | 0.18 | 220.65 | 0.41 | 0.7 |
| Hex | 94 | A8 | D2 | 1E | 14 | 0 | 12 | DD | 29 | 46 |
| Octal | 224 | 250 | 322 | 36 | 24 | 0 | 22 | 335 | 51 | 106 |
| Binary | 10010100 | 10101000 | 11010010 | 11110 | 10100 | 0 | 10010 | 11011101 | 101001 | 1000110 |
Color Harmonies of #94A8D2
Complementary color
Monochromatic Colors of #94A8D2
Black with #94A8D2
Text Example
Text Example
White with #94A8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A8D2; }
p { color: rgb(148,168,210); }
H1.HeaderClassName
{
color: #94A8D2;
}
.AnyTagClassName
{
color: #94A8D2;
}
</style>
background-color css
<style>
a { background-color: #94A8D2; }
a { background-color: rgb(148,168,210); }
div.DivClassName
{
background-color: #94A8D2;
}
.BgClassName
{
background-color: #94A8D2;
}
</style>
border-color css
<style>
span { border-color: #94A8D2; }
span { border-color: rgb(148,168,210); }
td.TdClassName
{
border-color: #94A8D2;
}
.TagClassName
{
border-color: #94A8D2;
}
</style>