#8DAADE

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

Shades of Polo Blue #8DAADE

Tints of Polo Blue #8DAADE

Color information

#8DAADE (or 0x8DAADE) is unknown color: approx Polo Blue. HEX triplet: 8D, AA and DE. RGB value is (141,170,222). Sum of RGB (Red+Green+Blue) = 141+170+222=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #8DAADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAADE is #725521. Grayscale: #A7A7A7. Windows color (decimal): -7492898 or 14592653. OLE color: 14592653.

HSL color Cylindrical-coordinate representation of color #8DAADE: hue angle of 218.52º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DAADE is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141170222-
CMYK0.360.2300.13
HSL218.52º55.1%71.18%-
HSV(B)218.52º36.49%87.06%-
XYZ38.5439.6974.74-
YUV167.26158.89109.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.45%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=26.45%
G=31.89%
B=41.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411702220.360.2300.13218.5255.171.18
Hex8DAADE24170Ddb3747
Octal215252336442701533367107
Binary1000110110101010110111101001001011101101110110111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,170,222); }

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

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

 a { background-color: rgb(141,170,222); }

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

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

 span { border-color: rgb(141,170,222); }

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