Shades of Polo Blue #94B1D1
Tints of Polo Blue #94B1D1
RGB
CMYK
RGB Variations
Color information
#94B1D1 (or 0x94B1D1) is known color: Polo Blue. HEX triplet: 94, B1 and D1. RGB value is (148,177,209). Sum of RGB (Red+Green+Blue) = 148+177+209=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #94B1D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1D1 is #6B4E2E. Grayscale: #ABABAB. Windows color (decimal): -7032367 or 13742484. OLE color: 13742484.
HSL color Cylindrical-coordinate representation of color #94B1D1: hue angle of 211.48º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94B1D1 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 177 | 209 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.18 |
| HSL | 211.48º | 0.4% | 0.7% | - |
| HSV(B) | 211.48º | 0.29% | 0.82% | - |
| XYZ | 39.44 | 42.34 | 66.42 | - |
| YUV | 171.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 209 | 0.29 | 0.15 | 0 | 0.18 | 211.48 | 0.4 | 0.7 |
| Hex | 94 | B1 | D1 | 1D | F | 0 | 12 | D3 | 28 | 46 |
| Octal | 224 | 261 | 321 | 35 | 17 | 0 | 22 | 323 | 50 | 106 |
| Binary | 10010100 | 10110001 | 11010001 | 11101 | 1111 | 0 | 10010 | 11010011 | 101000 | 1000110 |
Color Harmonies of #94B1D1
Complementary color
Monochromatic Colors of #94B1D1
Black with #94B1D1
Text Example
Text Example
White with #94B1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B1D1; }
p { color: rgb(148,177,209); }
H1.HeaderClassName
{
color: #94B1D1;
}
.AnyTagClassName
{
color: #94B1D1;
}
</style>
background-color css
<style>
a { background-color: #94B1D1; }
a { background-color: rgb(148,177,209); }
div.DivClassName
{
background-color: #94B1D1;
}
.BgClassName
{
background-color: #94B1D1;
}
</style>
border-color css
<style>
span { border-color: #94B1D1; }
span { border-color: rgb(148,177,209); }
td.TdClassName
{
border-color: #94B1D1;
}
.TagClassName
{
border-color: #94B1D1;
}
</style>