#8FABCC

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

Shades of Polo Blue #8FABCC

Tints of Polo Blue #8FABCC

Color information

#8FABCC (or 0x8FABCC) is unknown color: approx Polo Blue. HEX triplet: 8F, AB and CC. RGB value is (143,171,204). Sum of RGB (Red+Green+Blue) = 143+171+204=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABCC is #705433. Grayscale: #A6A6A6. Windows color (decimal): -7361588 or 13413263. OLE color: 13413263.

HSL color Cylindrical-coordinate representation of color #8FABCC: hue angle of 212.46º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FABCC is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143171204-
CMYK0.300.1600.2
HSL212.46º37.42%68.04%-
HSV(B)212.46º29.9%80%-
XYZ36.7939.3362.78-
YUV166.39149.22111.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.61%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=27.61%
G=33.01%
B=39.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431712040.300.1600.2212.4637.4268.04
Hex8FABCC1E10014d42544
Octal217253314362002432445104
Binary1000111110101011110011001111010000010100110101001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,171,204); }

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

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

 a { background-color: rgb(143,171,204); }

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

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

 span { border-color: rgb(143,171,204); }

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