Shades of Polo Blue #8AA6DB
Tints of Polo Blue #8AA6DB
RGB
CMYK
RGB Variations
Color information
#8AA6DB (or 0x8AA6DB) is known color: Polo Blue. HEX triplet: 8A, A6 and DB. RGB value is (138,166,219). Sum of RGB (Red+Green+Blue) = 138+166+219=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AA6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA6DB is #755924. Grayscale: #A3A3A3. Windows color (decimal): -7690533 or 14395018. OLE color: 14395018.
HSL color Cylindrical-coordinate representation of color #8AA6DB: hue angle of 219.26º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AA6DB is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 166 | 219 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.14 |
| HSL | 219.26º | 0.53% | 0.7% | - |
| HSV(B) | 219.26º | 0.37% | 0.86% | - |
| XYZ | 36.9 | 37.79 | 72.37 | - |
| YUV | 163.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 219 | 0.37 | 0.24 | 0 | 0.14 | 219.26 | 0.53 | 0.7 |
| Hex | 8A | A6 | DB | 25 | 18 | 0 | E | DB | 35 | 46 |
| Octal | 212 | 246 | 333 | 45 | 30 | 0 | 16 | 333 | 65 | 106 |
| Binary | 10001010 | 10100110 | 11011011 | 100101 | 11000 | 0 | 1110 | 11011011 | 110101 | 1000110 |
Color Harmonies of #8AA6DB
Complementary color
Monochromatic Colors of #8AA6DB
Black with #8AA6DB
Text Example
Text Example
White with #8AA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA6DB; }
p { color: rgb(138,166,219); }
H1.HeaderClassName
{
color: #8AA6DB;
}
.AnyTagClassName
{
color: #8AA6DB;
}
</style>
background-color css
<style>
a { background-color: #8AA6DB; }
a { background-color: rgb(138,166,219); }
div.DivClassName
{
background-color: #8AA6DB;
}
.BgClassName
{
background-color: #8AA6DB;
}
</style>
border-color css
<style>
span { border-color: #8AA6DB; }
span { border-color: rgb(138,166,219); }
td.TdClassName
{
border-color: #8AA6DB;
}
.TagClassName
{
border-color: #8AA6DB;
}
</style>