#8AACDA

Color #8AACDA Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #8AACDA

Tints of Polo Blue #8AACDA

Color information

#8AACDA (or 0x8AACDA) is unknown color: approx Polo Blue. HEX triplet: 8A, AC and DA. RGB value is (138,172,218). Sum of RGB (Red+Green+Blue) = 138+172+218=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #8AACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACDA is #755325. Grayscale: #A6A6A6. Windows color (decimal): -7688998 or 14331018. OLE color: 14331018.

HSL color Cylindrical-coordinate representation of color #8AACDA: hue angle of 214.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AACDA is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138172218-
CMYK0.370.2100.15
HSL214.5º51.95%69.8%-
HSV(B)214.5º36.7%85.49%-
XYZ37.8939.9772.05-
YUV167.08156.74107.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 26.14%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=26.14%
G=32.58%
B=41.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381722180.370.2100.15214.551.9569.8
Hex8AACDA25150Fd63446
Octal212254332452501732664106
Binary1000101010101100110110101001011010101111110101101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AACDA; }

 p { color: rgb(138,172,218); }

 H1.HeaderClassName
 {
   color: #8AACDA;
 }
 .AnyTagClassName
 {
   color: #8AACDA;
 }
</style>
background-color css

<style>
 a { background-color: #8AACDA; }

 a { background-color: rgb(138,172,218); }

 div.DivClassName
 {
   background-color: #8AACDA;
 }
 .BgClassName
 {
   background-color: #8AACDA;
 }
</style>
border-color css

<style>
 span { border-color: #8AACDA; }

 span { border-color: rgb(138,172,218); }

 td.TdClassName
 {
   border-color: #8AACDA;
 }
 .TagClassName
 {
   border-color: #8AACDA;
 }
</style>