Shades of Polo Blue #94ADDD
Tints of Polo Blue #94ADDD
RGB
CMYK
RGB Variations
Color information
#94ADDD (or 0x94ADDD) is known color: Polo Blue. HEX triplet: 94, AD and DD. RGB value is (148,173,221). Sum of RGB (Red+Green+Blue) = 148+173+221=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #94ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADDD is #6B5222. Grayscale: #AAAAAA. Windows color (decimal): -7033379 or 14527892. OLE color: 14527892.
HSL color Cylindrical-coordinate representation of color #94ADDD: hue angle of 219.45º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94ADDD is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 173 | 221 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.13 |
| HSL | 219.45º | 0.52% | 0.72% | - |
| HSV(B) | 219.45º | 0.33% | 0.87% | - |
| XYZ | 40.21 | 41.4 | 74.28 | - |
| YUV | 171 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 221 | 0.33 | 0.22 | 0 | 0.13 | 219.45 | 0.52 | 0.72 |
| Hex | 94 | AD | DD | 21 | 16 | 0 | D | DB | 34 | 48 |
| Octal | 224 | 255 | 335 | 41 | 26 | 0 | 15 | 333 | 64 | 110 |
| Binary | 10010100 | 10101101 | 11011101 | 100001 | 10110 | 0 | 1101 | 11011011 | 110100 | 1001000 |
Color Harmonies of #94ADDD
Complementary color
Monochromatic Colors of #94ADDD
Black with #94ADDD
Text Example
Text Example
White with #94ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ADDD; }
p { color: rgb(148,173,221); }
H1.HeaderClassName
{
color: #94ADDD;
}
.AnyTagClassName
{
color: #94ADDD;
}
</style>
background-color css
<style>
a { background-color: #94ADDD; }
a { background-color: rgb(148,173,221); }
div.DivClassName
{
background-color: #94ADDD;
}
.BgClassName
{
background-color: #94ADDD;
}
</style>
border-color css
<style>
span { border-color: #94ADDD; }
span { border-color: rgb(148,173,221); }
td.TdClassName
{
border-color: #94ADDD;
}
.TagClassName
{
border-color: #94ADDD;
}
</style>