Shades of Polo Blue #8AA3D2
Tints of Polo Blue #8AA3D2
RGB
CMYK
RGB Variations
Color information
#8AA3D2 (or 0x8AA3D2) is known color: Polo Blue. HEX triplet: 8A, A3 and D2. RGB value is (138,163,210). Sum of RGB (Red+Green+Blue) = 138+163+210=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #8AA3D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA3D2 is #755C2D. Grayscale: #A0A0A0. Windows color (decimal): -7691310 or 13804426. OLE color: 13804426.
HSL color Cylindrical-coordinate representation of color #8AA3D2: hue angle of 219.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AA3D2 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 163 | 210 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.18 |
| HSL | 219.17º | 0.44% | 0.68% | - |
| HSV(B) | 219.17º | 0.34% | 0.82% | - |
| XYZ | 35.21 | 36.25 | 66.11 | - |
| YUV | 160.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 210 | 0.34 | 0.22 | 0 | 0.18 | 219.17 | 0.44 | 0.68 |
| Hex | 8A | A3 | D2 | 22 | 16 | 0 | 12 | DB | 2C | 44 |
| Octal | 212 | 243 | 322 | 42 | 26 | 0 | 22 | 333 | 54 | 104 |
| Binary | 10001010 | 10100011 | 11010010 | 100010 | 10110 | 0 | 10010 | 11011011 | 101100 | 1000100 |
Color Harmonies of #8AA3D2
Complementary color
Monochromatic Colors of #8AA3D2
Black with #8AA3D2
Text Example
Text Example
White with #8AA3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA3D2; }
p { color: rgb(138,163,210); }
H1.HeaderClassName
{
color: #8AA3D2;
}
.AnyTagClassName
{
color: #8AA3D2;
}
</style>
background-color css
<style>
a { background-color: #8AA3D2; }
a { background-color: rgb(138,163,210); }
div.DivClassName
{
background-color: #8AA3D2;
}
.BgClassName
{
background-color: #8AA3D2;
}
</style>
border-color css
<style>
span { border-color: #8AA3D2; }
span { border-color: rgb(138,163,210); }
td.TdClassName
{
border-color: #8AA3D2;
}
.TagClassName
{
border-color: #8AA3D2;
}
</style>