#8FB0CE

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

Shades of Polo Blue #8FB0CE

Tints of Polo Blue #8FB0CE

Color information

#8FB0CE (or 0x8FB0CE) is unknown color: approx Polo Blue. HEX triplet: 8F, B0 and CE. RGB value is (143,176,206). Sum of RGB (Red+Green+Blue) = 143+176+206=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FB0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB0CE is #704F31. Grayscale: #A9A9A9. Windows color (decimal): -7360306 or 13545615. OLE color: 13545615.

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

Color convert

RGB143176206-
CMYK0.310.1500.19
HSL208.57º39.13%68.43%-
HSV(B)208.57º30.58%80.78%-
XYZ37.9941.3564.37-
YUV169.55148.57109.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.24%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=27.24%
G=33.52%
B=39.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431762060.310.1500.19208.5739.1368.43
Hex8FB0CE1FF013d12744
Octal217260316371702332147104
Binary100011111011000011001110111111111010011110100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,176,206); }

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

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

 a { background-color: rgb(143,176,206); }

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

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

 span { border-color: rgb(143,176,206); }

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