#8DAACA

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

Shades of Polo Blue #8DAACA

Tints of Polo Blue #8DAACA

Color information

#8DAACA (or 0x8DAACA) is unknown color: approx Polo Blue. HEX triplet: 8D, AA and CA. RGB value is (141,170,202). Sum of RGB (Red+Green+Blue) = 141+170+202=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DAACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAACA is #725535. Grayscale: #A4A4A4. Windows color (decimal): -7492918 or 13281933. OLE color: 13281933.

HSL color Cylindrical-coordinate representation of color #8DAACA: hue angle of 211.48º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DAACA is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141170202-
CMYK0.300.1600.21
HSL211.48º36.53%67.25%-
HSV(B)211.48º30.2%79.22%-
XYZ36.0238.6861.44-
YUV164.98148.89110.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.49%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=27.49%
G=33.14%
B=39.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411702020.300.1600.21211.4836.5367.25
Hex8DAACA1E10015d32543
Octal215252312362002532345103
Binary1000110110101010110010101111010000010101110100111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,170,202); }

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

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

 a { background-color: rgb(141,170,202); }

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

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

 span { border-color: rgb(141,170,202); }

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