#8FADDF

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

Shades of Polo Blue #8FADDF

Tints of Polo Blue #8FADDF

Color information

#8FADDF (or 0x8FADDF) is unknown color: approx Polo Blue. HEX triplet: 8F, AD and DF. RGB value is (143,173,223). Sum of RGB (Red+Green+Blue) = 143+173+223=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADDF is #705220. Grayscale: #A9A9A9. Windows color (decimal): -7361057 or 14658959. OLE color: 14658959.

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

Color convert

RGB143173223-
CMYK0.360.2200.13
HSL217.5º55.56%71.76%-
HSV(B)217.5º35.87%87.45%-
XYZ39.5941.0575.65-
YUV169.73158.06108.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.53%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 223 (87.5% from 255) = 41.37%
R=26.53%
G=32.10%
B=41.37%

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
Decimal1431732230.360.2200.13217.555.5671.76
Hex8FADDF24160Dda3848
Octal217255337442601533270110
Binary1000111110101101110111111001001011001101110110101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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