Shades of Polo Blue #94ADDC
Tints of Polo Blue #94ADDC
RGB
CMYK
RGB Variations
Color information
#94ADDC (or 0x94ADDC) is known color: Polo Blue. HEX triplet: 94, AD and DC. RGB value is (148,173,220). Sum of RGB (Red+Green+Blue) = 148+173+220=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #94ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADDC is #6B5223. Grayscale: #AAAAAA. Windows color (decimal): -7033380 or 14462356. OLE color: 14462356.
HSL color Cylindrical-coordinate representation of color #94ADDC: hue angle of 219.17º 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 #94ADDC is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 173 | 220 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.14 |
| HSL | 219.17º | 0.51% | 0.72% | - |
| HSV(B) | 219.17º | 0.33% | 0.86% | - |
| XYZ | 40.07 | 41.35 | 73.58 | - |
| YUV | 170.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 220 | 0.33 | 0.21 | 0 | 0.14 | 219.17 | 0.51 | 0.72 |
| Hex | 94 | AD | DC | 21 | 15 | 0 | E | DB | 33 | 48 |
| Octal | 224 | 255 | 334 | 41 | 25 | 0 | 16 | 333 | 63 | 110 |
| Binary | 10010100 | 10101101 | 11011100 | 100001 | 10101 | 0 | 1110 | 11011011 | 110011 | 1001000 |
Color Harmonies of #94ADDC
Complementary color
Monochromatic Colors of #94ADDC
Black with #94ADDC
Text Example
Text Example
White with #94ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ADDC; }
p { color: rgb(148,173,220); }
H1.HeaderClassName
{
color: #94ADDC;
}
.AnyTagClassName
{
color: #94ADDC;
}
</style>
background-color css
<style>
a { background-color: #94ADDC; }
a { background-color: rgb(148,173,220); }
div.DivClassName
{
background-color: #94ADDC;
}
.BgClassName
{
background-color: #94ADDC;
}
</style>
border-color css
<style>
span { border-color: #94ADDC; }
span { border-color: rgb(148,173,220); }
td.TdClassName
{
border-color: #94ADDC;
}
.TagClassName
{
border-color: #94ADDC;
}
</style>