#8DAED6

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

Shades of Polo Blue #8DAED6

Tints of Polo Blue #8DAED6

Color information

#8DAED6 (or 0x8DAED6) is unknown color: approx Polo Blue. HEX triplet: 8D, AE and D6. RGB value is (141,174,214). Sum of RGB (Red+Green+Blue) = 141+174+214=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #8DAED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAED6 is #725129. Grayscale: #A8A8A8. Windows color (decimal): -7491882 or 14069389. OLE color: 14069389.

HSL color Cylindrical-coordinate representation of color #8DAED6: hue angle of 212.88º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DAED6 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB141174214-
CMYK0.340.1900.16
HSL212.88º47.1%69.61%-
HSV(B)212.88º34.11%83.92%-
XYZ38.2640.7969.48-
YUV168.69153.57108.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.65%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 214 (83.98% from 255) = 40.45%
R=26.65%
G=32.89%
B=40.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1411742140.340.1900.16212.8847.169.61
Hex8DAED62213010d52f46
Octal215256326422302032557106
Binary10001101101011101101011010001010011010000110101011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,174,214); }

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

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

 a { background-color: rgb(141,174,214); }

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

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

 span { border-color: rgb(141,174,214); }

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