Shades of Polo Blue #93B1DB
Tints of Polo Blue #93B1DB
RGB
CMYK
RGB Variations
Color information
#93B1DB (or 0x93B1DB) is known color: Polo Blue. HEX triplet: 93, B1 and DB. RGB value is (147,177,219). Sum of RGB (Red+Green+Blue) = 147+177+219=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #93B1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B1DB is #6C4E24. Grayscale: #ACACAC. Windows color (decimal): -7097893 or 14397843. OLE color: 14397843.
HSL color Cylindrical-coordinate representation of color #93B1DB: hue angle of 215º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93B1DB is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 177 | 219 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.14 |
| HSL | 215º | 0.5% | 0.72% | - |
| HSV(B) | 215º | 0.33% | 0.86% | - |
| XYZ | 40.54 | 42.76 | 73.13 | - |
| YUV | 172.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 177 | 219 | 0.33 | 0.19 | 0 | 0.14 | 215 | 0.5 | 0.72 |
| Hex | 93 | B1 | DB | 21 | 13 | 0 | E | D7 | 32 | 48 |
| Octal | 223 | 261 | 333 | 41 | 23 | 0 | 16 | 327 | 62 | 110 |
| Binary | 10010011 | 10110001 | 11011011 | 100001 | 10011 | 0 | 1110 | 11010111 | 110010 | 1001000 |
Color Harmonies of #93B1DB
Complementary color
Monochromatic Colors of #93B1DB
Black with #93B1DB
Text Example
Text Example
White with #93B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B1DB; }
p { color: rgb(147,177,219); }
H1.HeaderClassName
{
color: #93B1DB;
}
.AnyTagClassName
{
color: #93B1DB;
}
</style>
background-color css
<style>
a { background-color: #93B1DB; }
a { background-color: rgb(147,177,219); }
div.DivClassName
{
background-color: #93B1DB;
}
.BgClassName
{
background-color: #93B1DB;
}
</style>
border-color css
<style>
span { border-color: #93B1DB; }
span { border-color: rgb(147,177,219); }
td.TdClassName
{
border-color: #93B1DB;
}
.TagClassName
{
border-color: #93B1DB;
}
</style>