#8FAFDF

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

Shades of Polo Blue #8FAFDF

Tints of Polo Blue #8FAFDF

Color information

#8FAFDF (or 0x8FAFDF) is unknown color: approx Polo Blue. HEX triplet: 8F, AF and DF. RGB value is (143,175,223). Sum of RGB (Red+Green+Blue) = 143+175+223=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFDF is #705020. Grayscale: #AAAAAA. Windows color (decimal): -7360545 or 14659471. OLE color: 14659471.

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

Color convert

RGB143175223-
CMYK0.360.2200.13
HSL216º55.56%71.76%-
HSV(B)216º35.87%87.45%-
XYZ39.9841.8375.78-
YUV170.9157.4108.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.43%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=26.43%
G=32.35%
B=41.22%

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
Decimal1431752230.360.2200.1321655.5671.76
Hex8FAFDF24160Dd83848
Octal217257337442601533070110
Binary1000111110101111110111111001001011001101110110001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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