Shades of Polo Blue #88AAD0
Tints of Polo Blue #88AAD0
RGB
CMYK
RGB Variations
Color information
#88AAD0 (or 0x88AAD0) is known color: Polo Blue. HEX triplet: 88, AA and D0. RGB value is (136,170,208). Sum of RGB (Red+Green+Blue) = 136+170+208=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #88AAD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AAD0 is #77552F. Grayscale: #A3A3A3. Windows color (decimal): -7820592 or 13675144. OLE color: 13675144.
HSL color Cylindrical-coordinate representation of color #88AAD0: hue angle of 211.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88AAD0 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 170 | 208 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.18 |
| HSL | 211.67º | 0.43% | 0.67% | - |
| HSV(B) | 211.67º | 0.35% | 0.82% | - |
| XYZ | 35.91 | 38.54 | 65.22 | - |
| YUV | 164.17 | 152.74 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 208 | 0.35 | 0.18 | 0 | 0.18 | 211.67 | 0.43 | 0.67 |
| Hex | 88 | AA | D0 | 23 | 12 | 0 | 12 | D4 | 2B | 43 |
| Octal | 210 | 252 | 320 | 43 | 22 | 0 | 22 | 324 | 53 | 103 |
| Binary | 10001000 | 10101010 | 11010000 | 100011 | 10010 | 0 | 10010 | 11010100 | 101011 | 1000011 |
Color Harmonies of #88AAD0
Complementary color
Monochromatic Colors of #88AAD0
Black with #88AAD0
Text Example
Text Example
White with #88AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AAD0; }
p { color: rgb(136,170,208); }
H1.HeaderClassName
{
color: #88AAD0;
}
.AnyTagClassName
{
color: #88AAD0;
}
</style>
background-color css
<style>
a { background-color: #88AAD0; }
a { background-color: rgb(136,170,208); }
div.DivClassName
{
background-color: #88AAD0;
}
.BgClassName
{
background-color: #88AAD0;
}
</style>
border-color css
<style>
span { border-color: #88AAD0; }
span { border-color: rgb(136,170,208); }
td.TdClassName
{
border-color: #88AAD0;
}
.TagClassName
{
border-color: #88AAD0;
}
</style>