#8AADD7

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

Shades of Polo Blue #8AADD7

Tints of Polo Blue #8AADD7

Color information

#8AADD7 (or 0x8AADD7) is unknown color: approx Polo Blue. HEX triplet: 8A, AD and D7. RGB value is (138,173,215). Sum of RGB (Red+Green+Blue) = 138+173+215=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #8AADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADD7 is #755228. Grayscale: #A7A7A7. Windows color (decimal): -7688745 or 14134666. OLE color: 14134666.

HSL color Cylindrical-coordinate representation of color #8AADD7: hue angle of 212.73º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AADD7 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB138173215-
CMYK0.360.2000.16
HSL212.73º49.04%69.22%-
HSV(B)212.73º35.81%84.31%-
XYZ37.6940.270.06-
YUV167.32154.9107.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.24%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=26.24%
G=32.89%
B=40.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1381732150.360.2000.16212.7349.0469.22
Hex8AADD72414010d53145
Octal212255327442402032561105
Binary10001010101011011101011110010010100010000110101011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,173,215); }

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

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

 a { background-color: rgb(138,173,215); }

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

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

 span { border-color: rgb(138,173,215); }

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