Shades of Polo Blue #94ACD6
Tints of Polo Blue #94ACD6
RGB
CMYK
RGB Variations
Color information
#94ACD6 (or 0x94ACD6) is known color: Polo Blue. HEX triplet: 94, AC and D6. RGB value is (148,172,214). Sum of RGB (Red+Green+Blue) = 148+172+214=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #94ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACD6 is #6B5329. Grayscale: #A9A9A9. Windows color (decimal): -7033642 or 14068884. OLE color: 14068884.
HSL color Cylindrical-coordinate representation of color #94ACD6: hue angle of 218.18º degrees, saturation: 0.45, 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 #94ACD6 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 172 | 214 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.16 |
| HSL | 218.18º | 0.45% | 0.71% | - |
| HSV(B) | 218.18º | 0.31% | 0.84% | - |
| XYZ | 39.1 | 40.66 | 69.4 | - |
| YUV | 169.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 172 | 214 | 0.31 | 0.20 | 0 | 0.16 | 218.18 | 0.45 | 0.71 |
| Hex | 94 | AC | D6 | 1F | 14 | 0 | 10 | DA | 2D | 47 |
| Octal | 224 | 254 | 326 | 37 | 24 | 0 | 20 | 332 | 55 | 107 |
| Binary | 10010100 | 10101100 | 11010110 | 11111 | 10100 | 0 | 10000 | 11011010 | 101101 | 1000111 |
Color Harmonies of #94ACD6
Complementary color
Monochromatic Colors of #94ACD6
Black with #94ACD6
Text Example
Text Example
White with #94ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ACD6; }
p { color: rgb(148,172,214); }
H1.HeaderClassName
{
color: #94ACD6;
}
.AnyTagClassName
{
color: #94ACD6;
}
</style>
background-color css
<style>
a { background-color: #94ACD6; }
a { background-color: rgb(148,172,214); }
div.DivClassName
{
background-color: #94ACD6;
}
.BgClassName
{
background-color: #94ACD6;
}
</style>
border-color css
<style>
span { border-color: #94ACD6; }
span { border-color: rgb(148,172,214); }
td.TdClassName
{
border-color: #94ACD6;
}
.TagClassName
{
border-color: #94ACD6;
}
</style>