#8FB3CF

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

Shades of Polo Blue #8FB3CF

Tints of Polo Blue #8FB3CF

Color information

#8FB3CF (or 0x8FB3CF) is unknown color: approx Polo Blue. HEX triplet: 8F, B3 and CF. RGB value is (143,179,207). Sum of RGB (Red+Green+Blue) = 143+179+207=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FB3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB3CF is #704C30. Grayscale: #ABABAB. Windows color (decimal): -7359537 or 13611919. OLE color: 13611919.

HSL color Cylindrical-coordinate representation of color #8FB3CF: hue angle of 206.25º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FB3CF is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143179207-
CMYK0.310.1400.19
HSL206.25º40%68.63%-
HSV(B)206.25º30.92%81.18%-
XYZ38.7142.5865.21-
YUV171.43148.07107.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.03%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=27.03%
G=33.84%
B=39.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431792070.310.1400.19206.254068.63
Hex8FB3CF1FE013ce2845
Octal217263317371602331650105
Binary100011111011001111001111111111110010011110011101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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