#8AACCF

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

Shades of Polo Blue #8AACCF

Tints of Polo Blue #8AACCF

Color information

#8AACCF (or 0x8AACCF) is unknown color: approx Polo Blue. HEX triplet: 8A, AC and CF. RGB value is (138,172,207). Sum of RGB (Red+Green+Blue) = 138+172+207=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #8AACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACCF is #755330. Grayscale: #A5A5A5. Windows color (decimal): -7689009 or 13610122. OLE color: 13610122.

HSL color Cylindrical-coordinate representation of color #8AACCF: hue angle of 210.43º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AACCF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138172207-
CMYK0.330.1700.19
HSL210.43º41.82%67.65%-
HSV(B)210.43º33.33%81.18%-
XYZ36.539.4164.72-
YUV165.82151.24108.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.69%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=26.69%
G=33.27%
B=40.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381722070.330.1700.19210.4341.8267.65
Hex8AACCF2111013d22a44
Octal212254317412102332252104
Binary10001010101011001100111110000110001010011110100101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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