#8FBAD6

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

Shades of Polo Blue #8FBAD6

Tints of Polo Blue #8FBAD6

Color information

#8FBAD6 (or 0x8FBAD6) is unknown color: approx Polo Blue. HEX triplet: 8F, BA and D6. RGB value is (143,186,214). Sum of RGB (Red+Green+Blue) = 143+186+214=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #8FBAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBAD6 is #704529. Grayscale: #B0B0B0. Windows color (decimal): -7357738 or 14072463. OLE color: 14072463.

HSL color Cylindrical-coordinate representation of color #8FBAD6: hue angle of 203.66º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FBAD6 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB143186214-
CMYK0.330.1300.16
HSL203.66º46.41%70%-
HSV(B)203.66º33.18%83.92%-
XYZ41.0245.8170.3-
YUV176.33149.25104.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.34%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 214 (83.98% from 255) = 39.41%
R=26.34%
G=34.25%
B=39.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1431862140.330.1300.16203.6646.4170
Hex8FBAD621D010cc2e46
Octal217272326411502031456106
Binary1000111110111010110101101000011101010000110011001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,186,214); }

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

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

 a { background-color: rgb(143,186,214); }

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

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

 span { border-color: rgb(143,186,214); }

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