Shades of Polo Blue #8AB0CA
Tints of Polo Blue #8AB0CA
RGB
CMYK
RGB Variations
Color information
#8AB0CA (or 0x8AB0CA) is known color: Polo Blue. HEX triplet: 8A, B0 and CA. RGB value is (138,176,202). Sum of RGB (Red+Green+Blue) = 138+176+202=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB0CA is #754F35. Grayscale: #A7A7A7. Windows color (decimal): -7687990 or 13283466. OLE color: 13283466.
HSL color Cylindrical-coordinate representation of color #8AB0CA: hue angle of 204.38º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AB0CA is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 176 | 202 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.21 |
| HSL | 204.38º | 0.38% | 0.67% | - |
| HSV(B) | 204.38º | 0.32% | 0.79% | - |
| XYZ | 36.67 | 40.72 | 61.8 | - |
| YUV | 167.6 | 147.41 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 202 | 0.32 | 0.13 | 0 | 0.21 | 204.38 | 0.38 | 0.67 |
| Hex | 8A | B0 | CA | 20 | D | 0 | 15 | CC | 26 | 43 |
| Octal | 212 | 260 | 312 | 40 | 15 | 0 | 25 | 314 | 46 | 103 |
| Binary | 10001010 | 10110000 | 11001010 | 100000 | 1101 | 0 | 10101 | 11001100 | 100110 | 1000011 |
Color Harmonies of #8AB0CA
Complementary color
Monochromatic Colors of #8AB0CA
Black with #8AB0CA
Text Example
Text Example
White with #8AB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB0CA; }
p { color: rgb(138,176,202); }
H1.HeaderClassName
{
color: #8AB0CA;
}
.AnyTagClassName
{
color: #8AB0CA;
}
</style>
background-color css
<style>
a { background-color: #8AB0CA; }
a { background-color: rgb(138,176,202); }
div.DivClassName
{
background-color: #8AB0CA;
}
.BgClassName
{
background-color: #8AB0CA;
}
</style>
border-color css
<style>
span { border-color: #8AB0CA; }
span { border-color: rgb(138,176,202); }
td.TdClassName
{
border-color: #8AB0CA;
}
.TagClassName
{
border-color: #8AB0CA;
}
</style>