Shades of Polo Blue #88A8D4
Tints of Polo Blue #88A8D4
RGB
CMYK
RGB Variations
Color information
#88A8D4 (or 0x88A8D4) is known color: Polo Blue. HEX triplet: 88, A8 and D4. RGB value is (136,168,212). Sum of RGB (Red+Green+Blue) = 136+168+212=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #88A8D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A8D4 is #77572B. Grayscale: #A3A3A3. Windows color (decimal): -7821100 or 13936776. OLE color: 13936776.
HSL color Cylindrical-coordinate representation of color #88A8D4: hue angle of 214.74º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88A8D4 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 168 | 212 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.17 |
| HSL | 214.74º | 0.47% | 0.68% | - |
| HSV(B) | 214.74º | 0.36% | 0.83% | - |
| XYZ | 36.04 | 37.99 | 67.72 | - |
| YUV | 163.45 | 155.4 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 168 | 212 | 0.36 | 0.21 | 0 | 0.17 | 214.74 | 0.47 | 0.68 |
| Hex | 88 | A8 | D4 | 24 | 15 | 0 | 11 | D7 | 2F | 44 |
| Octal | 210 | 250 | 324 | 44 | 25 | 0 | 21 | 327 | 57 | 104 |
| Binary | 10001000 | 10101000 | 11010100 | 100100 | 10101 | 0 | 10001 | 11010111 | 101111 | 1000100 |
Color Harmonies of #88A8D4
Complementary color
Monochromatic Colors of #88A8D4
Black with #88A8D4
Text Example
Text Example
White with #88A8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A8D4; }
p { color: rgb(136,168,212); }
H1.HeaderClassName
{
color: #88A8D4;
}
.AnyTagClassName
{
color: #88A8D4;
}
</style>
background-color css
<style>
a { background-color: #88A8D4; }
a { background-color: rgb(136,168,212); }
div.DivClassName
{
background-color: #88A8D4;
}
.BgClassName
{
background-color: #88A8D4;
}
</style>
border-color css
<style>
span { border-color: #88A8D4; }
span { border-color: rgb(136,168,212); }
td.TdClassName
{
border-color: #88A8D4;
}
.TagClassName
{
border-color: #88A8D4;
}
</style>