Shades of Polo Blue #94AADB
Tints of Polo Blue #94AADB
RGB
CMYK
RGB Variations
Color information
#94AADB (or 0x94AADB) is known color: Polo Blue. HEX triplet: 94, AA and DB. RGB value is (148,170,219). Sum of RGB (Red+Green+Blue) = 148+170+219=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #94AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AADB is #6B5524. Grayscale: #A8A8A8. Windows color (decimal): -7034149 or 14396052. OLE color: 14396052.
HSL color Cylindrical-coordinate representation of color #94AADB: hue angle of 221.41º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94AADB is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 170 | 219 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.14 |
| HSL | 221.41º | 0.5% | 0.72% | - |
| HSV(B) | 221.41º | 0.32% | 0.86% | - |
| XYZ | 39.37 | 40.16 | 72.69 | - |
| YUV | 169.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 219 | 0.32 | 0.22 | 0 | 0.14 | 221.41 | 0.5 | 0.72 |
| Hex | 94 | AA | DB | 20 | 16 | 0 | E | DD | 32 | 48 |
| Octal | 224 | 252 | 333 | 40 | 26 | 0 | 16 | 335 | 62 | 110 |
| Binary | 10010100 | 10101010 | 11011011 | 100000 | 10110 | 0 | 1110 | 11011101 | 110010 | 1001000 |
Color Harmonies of #94AADB
Complementary color
Monochromatic Colors of #94AADB
Black with #94AADB
Text Example
Text Example
White with #94AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AADB; }
p { color: rgb(148,170,219); }
H1.HeaderClassName
{
color: #94AADB;
}
.AnyTagClassName
{
color: #94AADB;
}
</style>
background-color css
<style>
a { background-color: #94AADB; }
a { background-color: rgb(148,170,219); }
div.DivClassName
{
background-color: #94AADB;
}
.BgClassName
{
background-color: #94AADB;
}
</style>
border-color css
<style>
span { border-color: #94AADB; }
span { border-color: rgb(148,170,219); }
td.TdClassName
{
border-color: #94AADB;
}
.TagClassName
{
border-color: #94AADB;
}
</style>