#8FADDE

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

Shades of Polo Blue #8FADDE

Tints of Polo Blue #8FADDE

Color information

#8FADDE (or 0x8FADDE) is unknown color: approx Polo Blue. HEX triplet: 8F, AD and DE. RGB value is (143,173,222). Sum of RGB (Red+Green+Blue) = 143+173+222=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADDE is #705221. Grayscale: #A9A9A9. Windows color (decimal): -7361058 or 14593423. OLE color: 14593423.

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

Color convert

RGB143173222-
CMYK0.360.2200.13
HSL217.22º54.48%71.57%-
HSV(B)217.22º35.59%87.06%-
XYZ39.464174.94-
YUV169.62157.56109.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.58%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=26.58%
G=32.16%
B=41.26%

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
Decimal1431732220.360.2200.13217.2254.4871.57
Hex8FADDE24160Dd93648
Octal217255336442601533166110
Binary1000111110101101110111101001001011001101110110011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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