#8AAFCC

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

Shades of Polo Blue #8AAFCC

Tints of Polo Blue #8AAFCC

Color information

#8AAFCC (or 0x8AAFCC) is unknown color: approx Polo Blue. HEX triplet: 8A, AF and CC. RGB value is (138,175,204). Sum of RGB (Red+Green+Blue) = 138+175+204=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFCC is #755033. Grayscale: #A7A7A7. Windows color (decimal): -7688244 or 13414282. OLE color: 13414282.

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

Color convert

RGB138175204-
CMYK0.320.1400.2
HSL206.36º39.29%67.06%-
HSV(B)206.36º32.35%80%-
XYZ36.7140.4262.99-
YUV167.24148.74107.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.69%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=26.69%
G=33.85%
B=39.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1381752040.320.1400.2206.3639.2967.06
Hex8AAFCC20E014ce2743
Octal212257314401602431647103
Binary1000101010101111110011001000001110010100110011101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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