#8AA5CC

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

Shades of Polo Blue #8AA5CC

Tints of Polo Blue #8AA5CC

Color information

#8AA5CC (or 0x8AA5CC) is unknown color: approx Polo Blue. HEX triplet: 8A, A5 and CC. RGB value is (138,165,204). Sum of RGB (Red+Green+Blue) = 138+165+204=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AA5CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA5CC is #755A33. Grayscale: #A1A1A1. Windows color (decimal): -7690804 or 13411722. OLE color: 13411722.

HSL color Cylindrical-coordinate representation of color #8AA5CC: hue angle of 215.45º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AA5CC is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB138165204-
CMYK0.320.1900.2
HSL215.45º39.29%67.06%-
HSV(B)215.45º32.35%80%-
XYZ34.8436.6762.37-
YUV161.37152.05111.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=27.22%
G=32.54%
B=40.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1381652040.320.1900.2215.4539.2967.06
Hex8AA5CC2013014d72743
Octal212245314402302432747103
Binary10001010101001011100110010000010011010100110101111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,165,204); }

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

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

 a { background-color: rgb(138,165,204); }

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

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

 span { border-color: rgb(138,165,204); }

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