#8FADD9

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

Shades of Polo Blue #8FADD9

Tints of Polo Blue #8FADD9

Color information

#8FADD9 (or 0x8FADD9) is unknown color: approx Polo Blue. HEX triplet: 8F, AD and D9. RGB value is (143,173,217). Sum of RGB (Red+Green+Blue) = 143+173+217=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #8FADD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADD9 is #705226. Grayscale: #A8A8A8. Windows color (decimal): -7361063 or 14265743. OLE color: 14265743.

HSL color Cylindrical-coordinate representation of color #8FADD9: hue angle of 215.68º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FADD9 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB143173217-
CMYK0.340.2000.15
HSL215.68º49.33%70.59%-
HSV(B)215.68º34.1%85.1%-
XYZ38.840.7471.46-
YUV169.05155.06109.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.83%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 217 (85.16% from 255) = 40.71%
R=26.83%
G=32.46%
B=40.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1431732170.340.2000.15215.6849.3370.59
Hex8FADD922140Fd83147
Octal217255331422401733061107
Binary1000111110101101110110011000101010001111110110001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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