Shades of Polo Blue #94B8DB
Tints of Polo Blue #94B8DB
RGB
CMYK
RGB Variations
Color information
#94B8DB (or 0x94B8DB) is known color: Polo Blue. HEX triplet: 94, B8 and DB. RGB value is (148,184,219). Sum of RGB (Red+Green+Blue) = 148+184+219=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #94B8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B8DB is #6B4724. Grayscale: #B1B1B1. Windows color (decimal): -7030565 or 14399636. OLE color: 14399636.
HSL color Cylindrical-coordinate representation of color #94B8DB: hue angle of 209.58º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94B8DB is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 184 | 219 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.14 |
| HSL | 209.58º | 0.5% | 0.72% | - |
| HSV(B) | 209.58º | 0.32% | 0.86% | - |
| XYZ | 42.14 | 45.69 | 73.62 | - |
| YUV | 177.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 184 | 219 | 0.32 | 0.16 | 0 | 0.14 | 209.58 | 0.5 | 0.72 |
| Hex | 94 | B8 | DB | 20 | 10 | 0 | E | D2 | 32 | 48 |
| Octal | 224 | 270 | 333 | 40 | 20 | 0 | 16 | 322 | 62 | 110 |
| Binary | 10010100 | 10111000 | 11011011 | 100000 | 10000 | 0 | 1110 | 11010010 | 110010 | 1001000 |
Color Harmonies of #94B8DB
Complementary color
Monochromatic Colors of #94B8DB
Black with #94B8DB
Text Example
Text Example
White with #94B8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B8DB; }
p { color: rgb(148,184,219); }
H1.HeaderClassName
{
color: #94B8DB;
}
.AnyTagClassName
{
color: #94B8DB;
}
</style>
background-color css
<style>
a { background-color: #94B8DB; }
a { background-color: rgb(148,184,219); }
div.DivClassName
{
background-color: #94B8DB;
}
.BgClassName
{
background-color: #94B8DB;
}
</style>
border-color css
<style>
span { border-color: #94B8DB; }
span { border-color: rgb(148,184,219); }
td.TdClassName
{
border-color: #94B8DB;
}
.TagClassName
{
border-color: #94B8DB;
}
</style>