#8FB1D6

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

Shades of Polo Blue #8FB1D6

Tints of Polo Blue #8FB1D6

Color information

#8FB1D6 (or 0x8FB1D6) is unknown color: approx Polo Blue. HEX triplet: 8F, B1 and D6. RGB value is (143,177,214). Sum of RGB (Red+Green+Blue) = 143+177+214=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #8FB1D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB1D6 is #704E29. Grayscale: #AAAAAA. Windows color (decimal): -7360042 or 14070159. OLE color: 14070159.

HSL color Cylindrical-coordinate representation of color #8FB1D6: hue angle of 211.27º 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 #8FB1D6 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB143177214-
CMYK0.330.1700.16
HSL211.27º46.41%70%-
HSV(B)211.27º33.18%83.92%-
XYZ39.1942.1469.69-
YUV171.05152.24107.99-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.78%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 214 (83.98% from 255) = 40.07%
R=26.78%
G=33.15%
B=40.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1431772140.330.1700.16211.2746.4170
Hex8FB1D62111010d32e46
Octal217261326412102032356106
Binary10001111101100011101011010000110001010000110100111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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