Shades of Polo Blue #94ADC9
Tints of Polo Blue #94ADC9
RGB
CMYK
RGB Variations
Color information
#94ADC9 (or 0x94ADC9) is known color: Polo Blue. HEX triplet: 94, AD and C9. RGB value is (148,173,201). Sum of RGB (Red+Green+Blue) = 148+173+201=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #94ADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADC9 is #6B5236. Grayscale: #A8A8A8. Windows color (decimal): -7033399 or 13217172. OLE color: 13217172.
HSL color Cylindrical-coordinate representation of color #94ADC9: hue angle of 211.7º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94ADC9 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 173 | 201 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.21 |
| HSL | 211.7º | 0.33% | 0.68% | - |
| HSV(B) | 211.7º | 0.26% | 0.79% | - |
| XYZ | 37.7 | 40.4 | 61.07 | - |
| YUV | 168.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 201 | 0.26 | 0.14 | 0 | 0.21 | 211.7 | 0.33 | 0.68 |
| Hex | 94 | AD | C9 | 1A | E | 0 | 15 | D4 | 21 | 44 |
| Octal | 224 | 255 | 311 | 32 | 16 | 0 | 25 | 324 | 41 | 104 |
| Binary | 10010100 | 10101101 | 11001001 | 11010 | 1110 | 0 | 10101 | 11010100 | 100001 | 1000100 |
Color Harmonies of #94ADC9
Complementary color
Monochromatic Colors of #94ADC9
Black with #94ADC9
Text Example
Text Example
White with #94ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ADC9; }
p { color: rgb(148,173,201); }
H1.HeaderClassName
{
color: #94ADC9;
}
.AnyTagClassName
{
color: #94ADC9;
}
</style>
background-color css
<style>
a { background-color: #94ADC9; }
a { background-color: rgb(148,173,201); }
div.DivClassName
{
background-color: #94ADC9;
}
.BgClassName
{
background-color: #94ADC9;
}
</style>
border-color css
<style>
span { border-color: #94ADC9; }
span { border-color: rgb(148,173,201); }
td.TdClassName
{
border-color: #94ADC9;
}
.TagClassName
{
border-color: #94ADC9;
}
</style>