#8DADDE

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

Shades of Polo Blue #8DADDE

Tints of Polo Blue #8DADDE

Color information

#8DADDE (or 0x8DADDE) is unknown color: approx Polo Blue. HEX triplet: 8D, AD and DE. RGB value is (141,173,222). Sum of RGB (Red+Green+Blue) = 141+173+222=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #8DADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADDE is #725221. Grayscale: #A8A8A8. Windows color (decimal): -7492130 or 14593421. OLE color: 14593421.

HSL color Cylindrical-coordinate representation of color #8DADDE: hue angle of 216.3º 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 #8DADDE is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141173222-
CMYK0.360.2200.13
HSL216.3º55.1%71.18%-
HSV(B)216.3º36.49%87.06%-
XYZ39.1140.8274.93-
YUV169.02157.9108.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.31%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=26.31%
G=32.28%
B=41.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411732220.360.2200.13216.355.171.18
Hex8DADDE24160Dd83747
Octal215255336442601533067107
Binary1000110110101101110111101001001011001101110110001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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