Shades of Polo Blue #94B2DD
Tints of Polo Blue #94B2DD
RGB
CMYK
RGB Variations
Color information
#94B2DD (or 0x94B2DD) is known color: Polo Blue. HEX triplet: 94, B2 and DD. RGB value is (148,178,221). Sum of RGB (Red+Green+Blue) = 148+178+221=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #94B2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B2DD is #6B4D22. Grayscale: #ADADAD. Windows color (decimal): -7032099 or 14529172. OLE color: 14529172.
HSL color Cylindrical-coordinate representation of color #94B2DD: hue angle of 215.34º 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 #94B2DD is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 178 | 221 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.13 |
| HSL | 215.34º | 0.52% | 0.72% | - |
| HSV(B) | 215.34º | 0.33% | 0.87% | - |
| XYZ | 41.18 | 43.36 | 74.6 | - |
| YUV | 173.93 | 154.56 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 178 | 221 | 0.33 | 0.19 | 0 | 0.13 | 215.34 | 0.52 | 0.72 |
| Hex | 94 | B2 | DD | 21 | 13 | 0 | D | D7 | 34 | 48 |
| Octal | 224 | 262 | 335 | 41 | 23 | 0 | 15 | 327 | 64 | 110 |
| Binary | 10010100 | 10110010 | 11011101 | 100001 | 10011 | 0 | 1101 | 11010111 | 110100 | 1001000 |
Color Harmonies of #94B2DD
Complementary color
Monochromatic Colors of #94B2DD
Black with #94B2DD
Text Example
Text Example
White with #94B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B2DD; }
p { color: rgb(148,178,221); }
H1.HeaderClassName
{
color: #94B2DD;
}
.AnyTagClassName
{
color: #94B2DD;
}
</style>
background-color css
<style>
a { background-color: #94B2DD; }
a { background-color: rgb(148,178,221); }
div.DivClassName
{
background-color: #94B2DD;
}
.BgClassName
{
background-color: #94B2DD;
}
</style>
border-color css
<style>
span { border-color: #94B2DD; }
span { border-color: rgb(148,178,221); }
td.TdClassName
{
border-color: #94B2DD;
}
.TagClassName
{
border-color: #94B2DD;
}
</style>