Shades of Polo Blue #94AADC
Tints of Polo Blue #94AADC
RGB
CMYK
RGB Variations
Color information
#94AADC (or 0x94AADC) is known color: Polo Blue. HEX triplet: 94, AA and DC. RGB value is (148,170,220). Sum of RGB (Red+Green+Blue) = 148+170+220=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #94AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AADC is #6B5523. Grayscale: #A8A8A8. Windows color (decimal): -7034148 or 14461588. OLE color: 14461588.
HSL color Cylindrical-coordinate representation of color #94AADC: hue angle of 221.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94AADC is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 170 | 220 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.14 |
| HSL | 221.67º | 0.51% | 0.72% | - |
| HSV(B) | 221.67º | 0.33% | 0.86% | - |
| XYZ | 39.51 | 40.21 | 73.39 | - |
| YUV | 169.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 220 | 0.33 | 0.23 | 0 | 0.14 | 221.67 | 0.51 | 0.72 |
| Hex | 94 | AA | DC | 21 | 17 | 0 | E | DE | 33 | 48 |
| Octal | 224 | 252 | 334 | 41 | 27 | 0 | 16 | 336 | 63 | 110 |
| Binary | 10010100 | 10101010 | 11011100 | 100001 | 10111 | 0 | 1110 | 11011110 | 110011 | 1001000 |
Color Harmonies of #94AADC
Complementary color
Monochromatic Colors of #94AADC
Black with #94AADC
Text Example
Text Example
White with #94AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AADC; }
p { color: rgb(148,170,220); }
H1.HeaderClassName
{
color: #94AADC;
}
.AnyTagClassName
{
color: #94AADC;
}
</style>
background-color css
<style>
a { background-color: #94AADC; }
a { background-color: rgb(148,170,220); }
div.DivClassName
{
background-color: #94AADC;
}
.BgClassName
{
background-color: #94AADC;
}
</style>
border-color css
<style>
span { border-color: #94AADC; }
span { border-color: rgb(148,170,220); }
td.TdClassName
{
border-color: #94AADC;
}
.TagClassName
{
border-color: #94AADC;
}
</style>