Shades of Polo Blue #8AADCC
Tints of Polo Blue #8AADCC
RGB
CMYK
RGB Variations
Color information
#8AADCC (or 0x8AADCC) is known color: Polo Blue. HEX triplet: 8A, AD and CC. RGB value is (138,173,204). Sum of RGB (Red+Green+Blue) = 138+173+204=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADCC is #755233. Grayscale: #A5A5A5. Windows color (decimal): -7688756 or 13413770. OLE color: 13413770.
HSL color Cylindrical-coordinate representation of color #8AADCC: hue angle of 208.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AADCC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 173 | 204 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.2 |
| HSL | 208.18º | 0.39% | 0.67% | - |
| HSV(B) | 208.18º | 0.32% | 0.8% | - |
| XYZ | 36.32 | 39.65 | 62.87 | - |
| YUV | 166.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 204 | 0.32 | 0.15 | 0 | 0.2 | 208.18 | 0.39 | 0.67 |
| Hex | 8A | AD | CC | 20 | F | 0 | 14 | D0 | 27 | 43 |
| Octal | 212 | 255 | 314 | 40 | 17 | 0 | 24 | 320 | 47 | 103 |
| Binary | 10001010 | 10101101 | 11001100 | 100000 | 1111 | 0 | 10100 | 11010000 | 100111 | 1000011 |
Color Harmonies of #8AADCC
Complementary color
Monochromatic Colors of #8AADCC
Black with #8AADCC
Text Example
Text Example
White with #8AADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADCC; }
p { color: rgb(138,173,204); }
H1.HeaderClassName
{
color: #8AADCC;
}
.AnyTagClassName
{
color: #8AADCC;
}
</style>
background-color css
<style>
a { background-color: #8AADCC; }
a { background-color: rgb(138,173,204); }
div.DivClassName
{
background-color: #8AADCC;
}
.BgClassName
{
background-color: #8AADCC;
}
</style>
border-color css
<style>
span { border-color: #8AADCC; }
span { border-color: rgb(138,173,204); }
td.TdClassName
{
border-color: #8AADCC;
}
.TagClassName
{
border-color: #8AADCC;
}
</style>