#8AACCA

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

Shades of Polo Blue #8AACCA

Tints of Polo Blue #8AACCA

Color information

#8AACCA (or 0x8AACCA) is unknown color: approx Polo Blue. HEX triplet: 8A, AC and CA. RGB value is (138,172,202). Sum of RGB (Red+Green+Blue) = 138+172+202=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACCA is #755335. Grayscale: #A5A5A5. Windows color (decimal): -7689014 or 13282442. OLE color: 13282442.

HSL color Cylindrical-coordinate representation of color #8AACCA: hue angle of 208.12º 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 #8AACCA is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138172202-
CMYK0.320.1500.21
HSL208.12º37.65%66.67%-
HSV(B)208.12º31.68%79.22%-
XYZ35.8939.1761.55-
YUV165.25148.74108.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.95%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=26.95%
G=33.59%
B=39.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381722020.320.1500.21208.1237.6566.67
Hex8AACCA20F015d02643
Octal212254312401702532046103
Binary1000101010101100110010101000001111010101110100001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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