#8FAFDC

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

Shades of Polo Blue #8FAFDC

Tints of Polo Blue #8FAFDC

Color information

#8FAFDC (or 0x8FAFDC) is unknown color: approx Polo Blue. HEX triplet: 8F, AF and DC. RGB value is (143,175,220). Sum of RGB (Red+Green+Blue) = 143+175+220=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFDC is #705023. Grayscale: #AAAAAA. Windows color (decimal): -7360548 or 14462863. OLE color: 14462863.

HSL color Cylindrical-coordinate representation of color #8FAFDC: hue angle of 215.06º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FAFDC is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143175220-
CMYK0.350.2000.14
HSL215.06º52.38%71.18%-
HSV(B)215.06º35%86.27%-
XYZ39.5841.6773.67-
YUV170.56155.9108.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.58%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=26.58%
G=32.53%
B=40.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431752200.350.2000.14215.0652.3871.18
Hex8FAFDC23140Ed73447
Octal217257334432401632764107
Binary1000111110101111110111001000111010001110110101111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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