#8FB3DE

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

Shades of Polo Blue #8FB3DE

Tints of Polo Blue #8FB3DE

Color information

#8FB3DE (or 0x8FB3DE) is unknown color: approx Polo Blue. HEX triplet: 8F, B3 and DE. RGB value is (143,179,222). Sum of RGB (Red+Green+Blue) = 143+179+222=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FB3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB3DE is #704C21. Grayscale: #ACACAC. Windows color (decimal): -7359522 or 14594959. OLE color: 14594959.

HSL color Cylindrical-coordinate representation of color #8FB3DE: hue angle of 212.66º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FB3DE is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB143179222-
CMYK0.360.1900.13
HSL212.66º54.48%71.57%-
HSV(B)212.66º35.59%87.06%-
XYZ40.6343.3575.33-
YUV173.14155.57106.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.29%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=26.29%
G=32.90%
B=40.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431792220.360.1900.13212.6654.4871.57
Hex8FB3DE24130Dd53648
Octal217263336442301532566110
Binary1000111110110011110111101001001001101101110101011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,179,222); }

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

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

 a { background-color: rgb(143,179,222); }

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

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

 span { border-color: rgb(143,179,222); }

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