Shades of Polo Blue #94B1D9
Tints of Polo Blue #94B1D9
RGB
CMYK
RGB Variations
Color information
#94B1D9 (or 0x94B1D9) is known color: Polo Blue. HEX triplet: 94, B1 and D9. RGB value is (148,177,217). Sum of RGB (Red+Green+Blue) = 148+177+217=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #94B1D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1D9 is #6B4E26. Grayscale: #ACACAC. Windows color (decimal): -7032359 or 14266772. OLE color: 14266772.
HSL color Cylindrical-coordinate representation of color #94B1D9: hue angle of 214.78º degrees, saturation: 0.48, 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 #94B1D9 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 177 | 217 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.15 |
| HSL | 214.78º | 0.48% | 0.72% | - |
| HSV(B) | 214.78º | 0.32% | 0.85% | - |
| XYZ | 40.46 | 42.75 | 71.76 | - |
| YUV | 172.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 217 | 0.32 | 0.18 | 0 | 0.15 | 214.78 | 0.48 | 0.72 |
| Hex | 94 | B1 | D9 | 20 | 12 | 0 | F | D7 | 30 | 48 |
| Octal | 224 | 261 | 331 | 40 | 22 | 0 | 17 | 327 | 60 | 110 |
| Binary | 10010100 | 10110001 | 11011001 | 100000 | 10010 | 0 | 1111 | 11010111 | 110000 | 1001000 |
Color Harmonies of #94B1D9
Complementary color
Monochromatic Colors of #94B1D9
Black with #94B1D9
Text Example
Text Example
White with #94B1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B1D9; }
p { color: rgb(148,177,217); }
H1.HeaderClassName
{
color: #94B1D9;
}
.AnyTagClassName
{
color: #94B1D9;
}
</style>
background-color css
<style>
a { background-color: #94B1D9; }
a { background-color: rgb(148,177,217); }
div.DivClassName
{
background-color: #94B1D9;
}
.BgClassName
{
background-color: #94B1D9;
}
</style>
border-color css
<style>
span { border-color: #94B1D9; }
span { border-color: rgb(148,177,217); }
td.TdClassName
{
border-color: #94B1D9;
}
.TagClassName
{
border-color: #94B1D9;
}
</style>