Shades of Polo Blue #8AB0DB
Tints of Polo Blue #8AB0DB
RGB
CMYK
RGB Variations
Color information
#8AB0DB (or 0x8AB0DB) is known color: Polo Blue. HEX triplet: 8A, B0 and DB. RGB value is (138,176,219). Sum of RGB (Red+Green+Blue) = 138+176+219=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AB0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB0DB is #754F24. Grayscale: #A9A9A9. Windows color (decimal): -7687973 or 14397578. OLE color: 14397578.
HSL color Cylindrical-coordinate representation of color #8AB0DB: hue angle of 211.85º 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 #8AB0DB is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 176 | 219 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.14 |
| HSL | 211.85º | 0.53% | 0.7% | - |
| HSV(B) | 211.85º | 0.37% | 0.86% | - |
| XYZ | 38.79 | 41.57 | 73 | - |
| YUV | 169.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 219 | 0.37 | 0.20 | 0 | 0.14 | 211.85 | 0.53 | 0.7 |
| Hex | 8A | B0 | DB | 25 | 14 | 0 | E | D4 | 35 | 46 |
| Octal | 212 | 260 | 333 | 45 | 24 | 0 | 16 | 324 | 65 | 106 |
| Binary | 10001010 | 10110000 | 11011011 | 100101 | 10100 | 0 | 1110 | 11010100 | 110101 | 1000110 |
Color Harmonies of #8AB0DB
Complementary color
Monochromatic Colors of #8AB0DB
Black with #8AB0DB
Text Example
Text Example
White with #8AB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB0DB; }
p { color: rgb(138,176,219); }
H1.HeaderClassName
{
color: #8AB0DB;
}
.AnyTagClassName
{
color: #8AB0DB;
}
</style>
background-color css
<style>
a { background-color: #8AB0DB; }
a { background-color: rgb(138,176,219); }
div.DivClassName
{
background-color: #8AB0DB;
}
.BgClassName
{
background-color: #8AB0DB;
}
</style>
border-color css
<style>
span { border-color: #8AB0DB; }
span { border-color: rgb(138,176,219); }
td.TdClassName
{
border-color: #8AB0DB;
}
.TagClassName
{
border-color: #8AB0DB;
}
</style>