#8FB4D7

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

Shades of Polo Blue #8FB4D7

Tints of Polo Blue #8FB4D7

Color information

#8FB4D7 (or 0x8FB4D7) is unknown color: approx Polo Blue. HEX triplet: 8F, B4 and D7. RGB value is (143,180,215). Sum of RGB (Red+Green+Blue) = 143+180+215=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 215 - color contains mainly: blue. Hex color #8FB4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB4D7 is #704B28. Grayscale: #ACACAC. Windows color (decimal): -7359273 or 14136463. OLE color: 14136463.

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

Color convert

RGB143180215-
CMYK0.330.1600.16
HSL209.17º47.37%70.2%-
HSV(B)209.17º33.49%84.31%-
XYZ39.9143.3970.56-
YUV172.93151.74106.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.58%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 215 (84.38% from 255) = 39.96%
R=26.58%
G=33.46%
B=39.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1431802150.330.1600.16209.1747.3770.2
Hex8FB4D72110010d12f46
Octal217264327412002032157106
Binary10001111101101001101011110000110000010000110100011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,180,215); }

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

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

 a { background-color: rgb(143,180,215); }

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

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

 span { border-color: rgb(143,180,215); }

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