Shades of Polo Blue #94ACE0
Tints of Polo Blue #94ACE0
RGB
CMYK
RGB Variations
Color information
#94ACE0 (or 0x94ACE0) is known color: Polo Blue. HEX triplet: 94, AC and E0. RGB value is (148,172,224). Sum of RGB (Red+Green+Blue) = 148+172+224=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #94ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACE0 is #6B531F. Grayscale: #AAAAAA. Windows color (decimal): -7033632 or 14724244. OLE color: 14724244.
HSL color Cylindrical-coordinate representation of color #94ACE0: hue angle of 221.05º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94ACE0 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 172 | 224 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.12 |
| HSL | 221.05º | 0.55% | 0.73% | - |
| HSV(B) | 221.05º | 0.34% | 0.88% | - |
| XYZ | 40.42 | 41.18 | 76.34 | - |
| YUV | 170.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 172 | 224 | 0.34 | 0.23 | 0 | 0.12 | 221.05 | 0.55 | 0.73 |
| Hex | 94 | AC | E0 | 22 | 17 | 0 | C | DD | 37 | 49 |
| Octal | 224 | 254 | 340 | 42 | 27 | 0 | 14 | 335 | 67 | 111 |
| Binary | 10010100 | 10101100 | 11100000 | 100010 | 10111 | 0 | 1100 | 11011101 | 110111 | 1001001 |
Color Harmonies of #94ACE0
Complementary color
Monochromatic Colors of #94ACE0
Black with #94ACE0
Text Example
Text Example
White with #94ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ACE0; }
p { color: rgb(148,172,224); }
H1.HeaderClassName
{
color: #94ACE0;
}
.AnyTagClassName
{
color: #94ACE0;
}
</style>
background-color css
<style>
a { background-color: #94ACE0; }
a { background-color: rgb(148,172,224); }
div.DivClassName
{
background-color: #94ACE0;
}
.BgClassName
{
background-color: #94ACE0;
}
</style>
border-color css
<style>
span { border-color: #94ACE0; }
span { border-color: rgb(148,172,224); }
td.TdClassName
{
border-color: #94ACE0;
}
.TagClassName
{
border-color: #94ACE0;
}
</style>