Shades of Polo Blue #8AAFCD
Tints of Polo Blue #8AAFCD
RGB
CMYK
RGB Variations
Color information
#8AAFCD (or 0x8AAFCD) is known color: Polo Blue. HEX triplet: 8A, AF and CD. RGB value is (138,175,205). Sum of RGB (Red+Green+Blue) = 138+175+205=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFCD is #755032. Grayscale: #A7A7A7. Windows color (decimal): -7688243 or 13479818. OLE color: 13479818.
HSL color Cylindrical-coordinate representation of color #8AAFCD: hue angle of 206.87º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AAFCD is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 175 | 205 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.20 |
| HSL | 206.87º | 0.4% | 0.67% | - |
| HSV(B) | 206.87º | 0.33% | 0.8% | - |
| XYZ | 36.83 | 40.47 | 63.63 | - |
| YUV | 167.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 205 | 0.33 | 0.15 | 0 | 0.20 | 206.87 | 0.4 | 0.67 |
| Hex | 8A | AF | CD | 21 | F | 0 | 14 | CF | 28 | 43 |
| Octal | 212 | 257 | 315 | 41 | 17 | 0 | 24 | 317 | 50 | 103 |
| Binary | 10001010 | 10101111 | 11001101 | 100001 | 1111 | 0 | 10100 | 11001111 | 101000 | 1000011 |
Color Harmonies of #8AAFCD
Complementary color
Monochromatic Colors of #8AAFCD
Black with #8AAFCD
Text Example
Text Example
White with #8AAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAFCD; }
p { color: rgb(138,175,205); }
H1.HeaderClassName
{
color: #8AAFCD;
}
.AnyTagClassName
{
color: #8AAFCD;
}
</style>
background-color css
<style>
a { background-color: #8AAFCD; }
a { background-color: rgb(138,175,205); }
div.DivClassName
{
background-color: #8AAFCD;
}
.BgClassName
{
background-color: #8AAFCD;
}
</style>
border-color css
<style>
span { border-color: #8AAFCD; }
span { border-color: rgb(138,175,205); }
td.TdClassName
{
border-color: #8AAFCD;
}
.TagClassName
{
border-color: #8AAFCD;
}
</style>