Shades of Polo Blue #94B2D4
Tints of Polo Blue #94B2D4
RGB
CMYK
RGB Variations
Color information
#94B2D4 (or 0x94B2D4) is known color: Polo Blue. HEX triplet: 94, B2 and D4. RGB value is (148,178,212). Sum of RGB (Red+Green+Blue) = 148+178+212=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #94B2D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B2D4 is #6B4D2B. Grayscale: #ACACAC. Windows color (decimal): -7032108 or 13939348. OLE color: 13939348.
HSL color Cylindrical-coordinate representation of color #94B2D4: hue angle of 211.88º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94B2D4 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 178 | 212 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.17 |
| HSL | 211.88º | 0.43% | 0.71% | - |
| HSV(B) | 211.88º | 0.3% | 0.83% | - |
| XYZ | 40.02 | 42.89 | 68.46 | - |
| YUV | 172.91 | 150.06 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 178 | 212 | 0.30 | 0.16 | 0 | 0.17 | 211.88 | 0.43 | 0.71 |
| Hex | 94 | B2 | D4 | 1E | 10 | 0 | 11 | D4 | 2B | 47 |
| Octal | 224 | 262 | 324 | 36 | 20 | 0 | 21 | 324 | 53 | 107 |
| Binary | 10010100 | 10110010 | 11010100 | 11110 | 10000 | 0 | 10001 | 11010100 | 101011 | 1000111 |
Color Harmonies of #94B2D4
Complementary color
Monochromatic Colors of #94B2D4
Black with #94B2D4
Text Example
Text Example
White with #94B2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B2D4; }
p { color: rgb(148,178,212); }
H1.HeaderClassName
{
color: #94B2D4;
}
.AnyTagClassName
{
color: #94B2D4;
}
</style>
background-color css
<style>
a { background-color: #94B2D4; }
a { background-color: rgb(148,178,212); }
div.DivClassName
{
background-color: #94B2D4;
}
.BgClassName
{
background-color: #94B2D4;
}
</style>
border-color css
<style>
span { border-color: #94B2D4; }
span { border-color: rgb(148,178,212); }
td.TdClassName
{
border-color: #94B2D4;
}
.TagClassName
{
border-color: #94B2D4;
}
</style>