Shades of Polo Blue #94B8DD
Tints of Polo Blue #94B8DD
RGB
CMYK
RGB Variations
Color information
#94B8DD (or 0x94B8DD) is known color: Polo Blue. HEX triplet: 94, B8 and DD. RGB value is (148,184,221). Sum of RGB (Red+Green+Blue) = 148+184+221=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #94B8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B8DD is #6B4722. Grayscale: #B1B1B1. Windows color (decimal): -7030563 or 14530708. OLE color: 14530708.
HSL color Cylindrical-coordinate representation of color #94B8DD: hue angle of 210.41º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94B8DD is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 184 | 221 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.13 |
| HSL | 210.41º | 0.52% | 0.72% | - |
| HSV(B) | 210.41º | 0.33% | 0.87% | - |
| XYZ | 42.4 | 45.8 | 75.01 | - |
| YUV | 177.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 184 | 221 | 0.33 | 0.17 | 0 | 0.13 | 210.41 | 0.52 | 0.72 |
| Hex | 94 | B8 | DD | 21 | 11 | 0 | D | D2 | 34 | 48 |
| Octal | 224 | 270 | 335 | 41 | 21 | 0 | 15 | 322 | 64 | 110 |
| Binary | 10010100 | 10111000 | 11011101 | 100001 | 10001 | 0 | 1101 | 11010010 | 110100 | 1001000 |
Color Harmonies of #94B8DD
Complementary color
Monochromatic Colors of #94B8DD
Black with #94B8DD
Text Example
Text Example
White with #94B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B8DD; }
p { color: rgb(148,184,221); }
H1.HeaderClassName
{
color: #94B8DD;
}
.AnyTagClassName
{
color: #94B8DD;
}
</style>
background-color css
<style>
a { background-color: #94B8DD; }
a { background-color: rgb(148,184,221); }
div.DivClassName
{
background-color: #94B8DD;
}
.BgClassName
{
background-color: #94B8DD;
}
</style>
border-color css
<style>
span { border-color: #94B8DD; }
span { border-color: rgb(148,184,221); }
td.TdClassName
{
border-color: #94B8DD;
}
.TagClassName
{
border-color: #94B8DD;
}
</style>