Shades of Polo Blue #94ADDB
Tints of Polo Blue #94ADDB
RGB
CMYK
RGB Variations
Color information
#94ADDB (or 0x94ADDB) is known color: Polo Blue. HEX triplet: 94, AD and DB. RGB value is (148,173,219). Sum of RGB (Red+Green+Blue) = 148+173+219=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #94ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADDB is #6B5224. Grayscale: #AAAAAA. Windows color (decimal): -7033381 or 14396820. OLE color: 14396820.
HSL color Cylindrical-coordinate representation of color #94ADDB: hue angle of 218.87º 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 #94ADDB is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 173 | 219 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.14 |
| HSL | 218.87º | 0.5% | 0.72% | - |
| HSV(B) | 218.87º | 0.32% | 0.86% | - |
| XYZ | 39.94 | 41.3 | 72.88 | - |
| YUV | 170.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 219 | 0.32 | 0.21 | 0 | 0.14 | 218.87 | 0.5 | 0.72 |
| Hex | 94 | AD | DB | 20 | 15 | 0 | E | DB | 32 | 48 |
| Octal | 224 | 255 | 333 | 40 | 25 | 0 | 16 | 333 | 62 | 110 |
| Binary | 10010100 | 10101101 | 11011011 | 100000 | 10101 | 0 | 1110 | 11011011 | 110010 | 1001000 |
Color Harmonies of #94ADDB
Complementary color
Monochromatic Colors of #94ADDB
Black with #94ADDB
Text Example
Text Example
White with #94ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ADDB; }
p { color: rgb(148,173,219); }
H1.HeaderClassName
{
color: #94ADDB;
}
.AnyTagClassName
{
color: #94ADDB;
}
</style>
background-color css
<style>
a { background-color: #94ADDB; }
a { background-color: rgb(148,173,219); }
div.DivClassName
{
background-color: #94ADDB;
}
.BgClassName
{
background-color: #94ADDB;
}
</style>
border-color css
<style>
span { border-color: #94ADDB; }
span { border-color: rgb(148,173,219); }
td.TdClassName
{
border-color: #94ADDB;
}
.TagClassName
{
border-color: #94ADDB;
}
</style>