Shades of Polo Blue #94ADDA
Tints of Polo Blue #94ADDA
RGB
CMYK
RGB Variations
Color information
#94ADDA (or 0x94ADDA) is known color: Polo Blue. HEX triplet: 94, AD and DA. RGB value is (148,173,218). Sum of RGB (Red+Green+Blue) = 148+173+218=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #94ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADDA is #6B5225. Grayscale: #AAAAAA. Windows color (decimal): -7033382 or 14331284. OLE color: 14331284.
HSL color Cylindrical-coordinate representation of color #94ADDA: hue angle of 218.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94ADDA is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 173 | 218 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.15 |
| HSL | 218.57º | 0.49% | 0.72% | - |
| HSV(B) | 218.57º | 0.32% | 0.85% | - |
| XYZ | 39.81 | 41.25 | 72.19 | - |
| YUV | 170.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 218 | 0.32 | 0.21 | 0 | 0.15 | 218.57 | 0.49 | 0.72 |
| Hex | 94 | AD | DA | 20 | 15 | 0 | F | DB | 31 | 48 |
| Octal | 224 | 255 | 332 | 40 | 25 | 0 | 17 | 333 | 61 | 110 |
| Binary | 10010100 | 10101101 | 11011010 | 100000 | 10101 | 0 | 1111 | 11011011 | 110001 | 1001000 |
Color Harmonies of #94ADDA
Complementary color
Monochromatic Colors of #94ADDA
Black with #94ADDA
Text Example
Text Example
White with #94ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ADDA; }
p { color: rgb(148,173,218); }
H1.HeaderClassName
{
color: #94ADDA;
}
.AnyTagClassName
{
color: #94ADDA;
}
</style>
background-color css
<style>
a { background-color: #94ADDA; }
a { background-color: rgb(148,173,218); }
div.DivClassName
{
background-color: #94ADDA;
}
.BgClassName
{
background-color: #94ADDA;
}
</style>
border-color css
<style>
span { border-color: #94ADDA; }
span { border-color: rgb(148,173,218); }
td.TdClassName
{
border-color: #94ADDA;
}
.TagClassName
{
border-color: #94ADDA;
}
</style>