Shades of Polo Blue #8AA8CE
Tints of Polo Blue #8AA8CE
RGB
CMYK
RGB Variations
Color information
#8AA8CE (or 0x8AA8CE) is known color: Polo Blue. HEX triplet: 8A, A8 and CE. RGB value is (138,168,206). Sum of RGB (Red+Green+Blue) = 138+168+206=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AA8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA8CE is #755731. Grayscale: #A3A3A3. Windows color (decimal): -7690034 or 13543562. OLE color: 13543562.
HSL color Cylindrical-coordinate representation of color #8AA8CE: hue angle of 213.53º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AA8CE is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 168 | 206 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.19 |
| HSL | 213.53º | 0.41% | 0.67% | - |
| HSV(B) | 213.53º | 0.33% | 0.81% | - |
| XYZ | 35.62 | 37.86 | 63.82 | - |
| YUV | 163.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 206 | 0.33 | 0.18 | 0 | 0.19 | 213.53 | 0.41 | 0.67 |
| Hex | 8A | A8 | CE | 21 | 12 | 0 | 13 | D6 | 29 | 43 |
| Octal | 212 | 250 | 316 | 41 | 22 | 0 | 23 | 326 | 51 | 103 |
| Binary | 10001010 | 10101000 | 11001110 | 100001 | 10010 | 0 | 10011 | 11010110 | 101001 | 1000011 |
Color Harmonies of #8AA8CE
Complementary color
Monochromatic Colors of #8AA8CE
Black with #8AA8CE
Text Example
Text Example
White with #8AA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA8CE; }
p { color: rgb(138,168,206); }
H1.HeaderClassName
{
color: #8AA8CE;
}
.AnyTagClassName
{
color: #8AA8CE;
}
</style>
background-color css
<style>
a { background-color: #8AA8CE; }
a { background-color: rgb(138,168,206); }
div.DivClassName
{
background-color: #8AA8CE;
}
.BgClassName
{
background-color: #8AA8CE;
}
</style>
border-color css
<style>
span { border-color: #8AA8CE; }
span { border-color: rgb(138,168,206); }
td.TdClassName
{
border-color: #8AA8CE;
}
.TagClassName
{
border-color: #8AA8CE;
}
</style>