Shades of Polo Blue #94B2DB
Tints of Polo Blue #94B2DB
RGB
CMYK
RGB Variations
Color information
#94B2DB (or 0x94B2DB) is known color: Polo Blue. HEX triplet: 94, B2 and DB. RGB value is (148,178,219). Sum of RGB (Red+Green+Blue) = 148+178+219=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #94B2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B2DB is #6B4D24. Grayscale: #ADADAD. Windows color (decimal): -7032101 or 14398100. OLE color: 14398100.
HSL color Cylindrical-coordinate representation of color #94B2DB: hue angle of 214.65º 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 #94B2DB is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 178 | 219 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.14 |
| HSL | 214.65º | 0.5% | 0.72% | - |
| HSV(B) | 214.65º | 0.32% | 0.86% | - |
| XYZ | 40.92 | 43.25 | 73.21 | - |
| YUV | 173.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 178 | 219 | 0.32 | 0.19 | 0 | 0.14 | 214.65 | 0.5 | 0.72 |
| Hex | 94 | B2 | DB | 20 | 13 | 0 | E | D7 | 32 | 48 |
| Octal | 224 | 262 | 333 | 40 | 23 | 0 | 16 | 327 | 62 | 110 |
| Binary | 10010100 | 10110010 | 11011011 | 100000 | 10011 | 0 | 1110 | 11010111 | 110010 | 1001000 |
Color Harmonies of #94B2DB
Complementary color
Monochromatic Colors of #94B2DB
Black with #94B2DB
Text Example
Text Example
White with #94B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B2DB; }
p { color: rgb(148,178,219); }
H1.HeaderClassName
{
color: #94B2DB;
}
.AnyTagClassName
{
color: #94B2DB;
}
</style>
background-color css
<style>
a { background-color: #94B2DB; }
a { background-color: rgb(148,178,219); }
div.DivClassName
{
background-color: #94B2DB;
}
.BgClassName
{
background-color: #94B2DB;
}
</style>
border-color css
<style>
span { border-color: #94B2DB; }
span { border-color: rgb(148,178,219); }
td.TdClassName
{
border-color: #94B2DB;
}
.TagClassName
{
border-color: #94B2DB;
}
</style>