Shades of Polo Blue #94B4E0
Tints of Polo Blue #94B4E0
RGB
CMYK
RGB Variations
Color information
#94B4E0 (or 0x94B4E0) is known color: Polo Blue. HEX triplet: 94, B4 and E0. RGB value is (148,180,224). Sum of RGB (Red+Green+Blue) = 148+180+224=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #94B4E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B4E0 is #6B4B1F. Grayscale: #AFAFAF. Windows color (decimal): -7031584 or 14726292. OLE color: 14726292.
HSL color Cylindrical-coordinate representation of color #94B4E0: hue angle of 214.74º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94B4E0 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 180 | 224 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.12 |
| HSL | 214.74º | 0.55% | 0.73% | - |
| HSV(B) | 214.74º | 0.34% | 0.88% | - |
| XYZ | 41.99 | 44.32 | 76.86 | - |
| YUV | 175.45 | 155.4 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 180 | 224 | 0.34 | 0.20 | 0 | 0.12 | 214.74 | 0.55 | 0.73 |
| Hex | 94 | B4 | E0 | 22 | 14 | 0 | C | D7 | 37 | 49 |
| Octal | 224 | 264 | 340 | 42 | 24 | 0 | 14 | 327 | 67 | 111 |
| Binary | 10010100 | 10110100 | 11100000 | 100010 | 10100 | 0 | 1100 | 11010111 | 110111 | 1001001 |
Color Harmonies of #94B4E0
Complementary color
Monochromatic Colors of #94B4E0
Black with #94B4E0
Text Example
Text Example
White with #94B4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B4E0; }
p { color: rgb(148,180,224); }
H1.HeaderClassName
{
color: #94B4E0;
}
.AnyTagClassName
{
color: #94B4E0;
}
</style>
background-color css
<style>
a { background-color: #94B4E0; }
a { background-color: rgb(148,180,224); }
div.DivClassName
{
background-color: #94B4E0;
}
.BgClassName
{
background-color: #94B4E0;
}
</style>
border-color css
<style>
span { border-color: #94B4E0; }
span { border-color: rgb(148,180,224); }
td.TdClassName
{
border-color: #94B4E0;
}
.TagClassName
{
border-color: #94B4E0;
}
</style>