Shades of Polo Blue #93B2D0
Tints of Polo Blue #93B2D0
RGB
CMYK
RGB Variations
Color information
#93B2D0 (or 0x93B2D0) is known color: Polo Blue. HEX triplet: 93, B2 and D0. RGB value is (147,178,208). Sum of RGB (Red+Green+Blue) = 147+178+208=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #93B2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B2D0 is #6C4D2F. Grayscale: #ACACAC. Windows color (decimal): -7097648 or 13677203. OLE color: 13677203.
HSL color Cylindrical-coordinate representation of color #93B2D0: hue angle of 209.51º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93B2D0 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 178 | 208 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.18 |
| HSL | 209.51º | 0.39% | 0.7% | - |
| HSV(B) | 209.51º | 0.29% | 0.82% | - |
| XYZ | 39.34 | 42.6 | 65.82 | - |
| YUV | 172.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 178 | 208 | 0.29 | 0.14 | 0 | 0.18 | 209.51 | 0.39 | 0.7 |
| Hex | 93 | B2 | D0 | 1D | E | 0 | 12 | D2 | 27 | 46 |
| Octal | 223 | 262 | 320 | 35 | 16 | 0 | 22 | 322 | 47 | 106 |
| Binary | 10010011 | 10110010 | 11010000 | 11101 | 1110 | 0 | 10010 | 11010010 | 100111 | 1000110 |
Color Harmonies of #93B2D0
Complementary color
Monochromatic Colors of #93B2D0
Black with #93B2D0
Text Example
Text Example
White with #93B2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B2D0; }
p { color: rgb(147,178,208); }
H1.HeaderClassName
{
color: #93B2D0;
}
.AnyTagClassName
{
color: #93B2D0;
}
</style>
background-color css
<style>
a { background-color: #93B2D0; }
a { background-color: rgb(147,178,208); }
div.DivClassName
{
background-color: #93B2D0;
}
.BgClassName
{
background-color: #93B2D0;
}
</style>
border-color css
<style>
span { border-color: #93B2D0; }
span { border-color: rgb(147,178,208); }
td.TdClassName
{
border-color: #93B2D0;
}
.TagClassName
{
border-color: #93B2D0;
}
</style>