Shades of Polo Blue #8AA8DD
Tints of Polo Blue #8AA8DD
RGB
CMYK
RGB Variations
Color information
#8AA8DD (or 0x8AA8DD) is known color: Polo Blue. HEX triplet: 8A, A8 and DD. RGB value is (138,168,221). Sum of RGB (Red+Green+Blue) = 138+168+221=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AA8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA8DD is #755722. Grayscale: #A4A4A4. Windows color (decimal): -7690019 or 14526602. OLE color: 14526602.
HSL color Cylindrical-coordinate representation of color #8AA8DD: hue angle of 218.31º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AA8DD is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 168 | 221 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.13 |
| HSL | 218.31º | 0.55% | 0.7% | - |
| HSV(B) | 218.31º | 0.38% | 0.87% | - |
| XYZ | 37.54 | 38.63 | 73.88 | - |
| YUV | 165.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 221 | 0.38 | 0.24 | 0 | 0.13 | 218.31 | 0.55 | 0.7 |
| Hex | 8A | A8 | DD | 26 | 18 | 0 | D | DA | 37 | 46 |
| Octal | 212 | 250 | 335 | 46 | 30 | 0 | 15 | 332 | 67 | 106 |
| Binary | 10001010 | 10101000 | 11011101 | 100110 | 11000 | 0 | 1101 | 11011010 | 110111 | 1000110 |
Color Harmonies of #8AA8DD
Complementary color
Monochromatic Colors of #8AA8DD
Black with #8AA8DD
Text Example
Text Example
White with #8AA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA8DD; }
p { color: rgb(138,168,221); }
H1.HeaderClassName
{
color: #8AA8DD;
}
.AnyTagClassName
{
color: #8AA8DD;
}
</style>
background-color css
<style>
a { background-color: #8AA8DD; }
a { background-color: rgb(138,168,221); }
div.DivClassName
{
background-color: #8AA8DD;
}
.BgClassName
{
background-color: #8AA8DD;
}
</style>
border-color css
<style>
span { border-color: #8AA8DD; }
span { border-color: rgb(138,168,221); }
td.TdClassName
{
border-color: #8AA8DD;
}
.TagClassName
{
border-color: #8AA8DD;
}
</style>