#8FAFDA

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

Shades of Polo Blue #8FAFDA

Tints of Polo Blue #8FAFDA

Color information

#8FAFDA (or 0x8FAFDA) is unknown color: approx Polo Blue. HEX triplet: 8F, AF and DA. RGB value is (143,175,218). Sum of RGB (Red+Green+Blue) = 143+175+218=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FAFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFDA is #705025. Grayscale: #AAAAAA. Windows color (decimal): -7360550 or 14331791. OLE color: 14331791.

HSL color Cylindrical-coordinate representation of color #8FAFDA: hue angle of 214.4º degrees, saturation: 0.5, 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 #8FAFDA is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB143175218-
CMYK0.340.2000.15
HSL214.4º50.34%70.78%-
HSV(B)214.4º34.4%85.49%-
XYZ39.3141.5672.28-
YUV170.33154.9108.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.68%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=26.68%
G=32.65%
B=40.67%

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
Decimal1431752180.340.2000.15214.450.3470.78
Hex8FAFDA22140Fd63247
Octal217257332422401732662107
Binary1000111110101111110110101000101010001111110101101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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