Shades of Polo Blue #94A8D5
Tints of Polo Blue #94A8D5
RGB
CMYK
RGB Variations
Color information
#94A8D5 (or 0x94A8D5) is known color: Polo Blue. HEX triplet: 94, A8 and D5. RGB value is (148,168,213). Sum of RGB (Red+Green+Blue) = 148+168+213=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #94A8D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8D5 is #6B572A. Grayscale: #A6A6A6. Windows color (decimal): -7034667 or 14002324. OLE color: 14002324.
HSL color Cylindrical-coordinate representation of color #94A8D5: hue angle of 221.54º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94A8D5 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 168 | 213 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.16 |
| HSL | 221.54º | 0.44% | 0.71% | - |
| HSV(B) | 221.54º | 0.31% | 0.84% | - |
| XYZ | 38.23 | 39.11 | 68.48 | - |
| YUV | 167.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 213 | 0.31 | 0.21 | 0 | 0.16 | 221.54 | 0.44 | 0.71 |
| Hex | 94 | A8 | D5 | 1F | 15 | 0 | 10 | DE | 2C | 47 |
| Octal | 224 | 250 | 325 | 37 | 25 | 0 | 20 | 336 | 54 | 107 |
| Binary | 10010100 | 10101000 | 11010101 | 11111 | 10101 | 0 | 10000 | 11011110 | 101100 | 1000111 |
Color Harmonies of #94A8D5
Complementary color
Monochromatic Colors of #94A8D5
Black with #94A8D5
Text Example
Text Example
White with #94A8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A8D5; }
p { color: rgb(148,168,213); }
H1.HeaderClassName
{
color: #94A8D5;
}
.AnyTagClassName
{
color: #94A8D5;
}
</style>
background-color css
<style>
a { background-color: #94A8D5; }
a { background-color: rgb(148,168,213); }
div.DivClassName
{
background-color: #94A8D5;
}
.BgClassName
{
background-color: #94A8D5;
}
</style>
border-color css
<style>
span { border-color: #94A8D5; }
span { border-color: rgb(148,168,213); }
td.TdClassName
{
border-color: #94A8D5;
}
.TagClassName
{
border-color: #94A8D5;
}
</style>