Shades of Polo Blue #94B1CA
Tints of Polo Blue #94B1CA
RGB
CMYK
RGB Variations
Color information
#94B1CA (or 0x94B1CA) is known color: Polo Blue. HEX triplet: 94, B1 and CA. RGB value is (148,177,202). Sum of RGB (Red+Green+Blue) = 148+177+202=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #94B1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1CA is #6B4E35. Grayscale: #ABABAB. Windows color (decimal): -7032374 or 13283732. OLE color: 13283732.
HSL color Cylindrical-coordinate representation of color #94B1CA: hue angle of 207.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94B1CA is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 177 | 202 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.21 |
| HSL | 207.78º | 0.34% | 0.69% | - |
| HSV(B) | 207.78º | 0.27% | 0.79% | - |
| XYZ | 38.6 | 42 | 61.95 | - |
| YUV | 171.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 202 | 0.27 | 0.12 | 0 | 0.21 | 207.78 | 0.34 | 0.69 |
| Hex | 94 | B1 | CA | 1B | C | 0 | 15 | D0 | 22 | 45 |
| Octal | 224 | 261 | 312 | 33 | 14 | 0 | 25 | 320 | 42 | 105 |
| Binary | 10010100 | 10110001 | 11001010 | 11011 | 1100 | 0 | 10101 | 11010000 | 100010 | 1000101 |
Color Harmonies of #94B1CA
Complementary color
Monochromatic Colors of #94B1CA
Black with #94B1CA
Text Example
Text Example
White with #94B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B1CA; }
p { color: rgb(148,177,202); }
H1.HeaderClassName
{
color: #94B1CA;
}
.AnyTagClassName
{
color: #94B1CA;
}
</style>
background-color css
<style>
a { background-color: #94B1CA; }
a { background-color: rgb(148,177,202); }
div.DivClassName
{
background-color: #94B1CA;
}
.BgClassName
{
background-color: #94B1CA;
}
</style>
border-color css
<style>
span { border-color: #94B1CA; }
span { border-color: rgb(148,177,202); }
td.TdClassName
{
border-color: #94B1CA;
}
.TagClassName
{
border-color: #94B1CA;
}
</style>