#8AADD1

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

Shades of Polo Blue #8AADD1

Tints of Polo Blue #8AADD1

Color information

#8AADD1 (or 0x8AADD1) is unknown color: approx Polo Blue. HEX triplet: 8A, AD and D1. RGB value is (138,173,209). Sum of RGB (Red+Green+Blue) = 138+173+209=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #8AADD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADD1 is #75522E. Grayscale: #A6A6A6. Windows color (decimal): -7688751 or 13741450. OLE color: 13741450.

HSL color Cylindrical-coordinate representation of color #8AADD1: hue angle of 210.42º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AADD1 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB138173209-
CMYK0.340.1700.18
HSL210.42º43.56%68.04%-
HSV(B)210.42º33.97%81.96%-
XYZ36.9339.8966.08-
YUV166.64151.9107.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.54%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 209 (82.03% from 255) = 40.19%
R=26.54%
G=33.27%
B=40.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1381732090.340.1700.18210.4243.5668.04
Hex8AADD12211012d22c44
Octal212255321422102232254104
Binary10001010101011011101000110001010001010010110100101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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