#8FAAC4

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

Shades of Polo Blue #8FAAC4

Tints of Polo Blue #8FAAC4

Color information

#8FAAC4 (or 0x8FAAC4) is unknown color: approx Polo Blue. HEX triplet: 8F, AA and C4. RGB value is (143,170,196). Sum of RGB (Red+Green+Blue) = 143+170+196=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #8FAAC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAAC4 is #70553B. Grayscale: #A4A4A4. Windows color (decimal): -7361852 or 12888719. OLE color: 12888719.

HSL color Cylindrical-coordinate representation of color #8FAAC4: hue angle of 209.43º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FAAC4 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB143170196-
CMYK0.270.1300.23
HSL209.43º30.99%66.47%-
HSV(B)209.43º27.04%76.86%-
XYZ35.6738.5757.79-
YUV164.89145.55112.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.09%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=28.09%
G=33.40%
B=38.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1431701960.270.1300.23209.4330.9966.47
Hex8FAAC41BD017d11f42
Octal217252304331502732137102
Binary10001111101010101100010011011110101011111010001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,196); }

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

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

 a { background-color: rgb(143,170,196); }

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

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

 span { border-color: rgb(143,170,196); }

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