#8FB5CE

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

Shades of Polo Blue #8FB5CE

Tints of Polo Blue #8FB5CE

Color information

#8FB5CE (or 0x8FB5CE) is unknown color: approx Polo Blue. HEX triplet: 8F, B5 and CE. RGB value is (143,181,206). Sum of RGB (Red+Green+Blue) = 143+181+206=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FB5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB5CE is #704A31. Grayscale: #ACACAC. Windows color (decimal): -7359026 or 13546895. OLE color: 13546895.

HSL color Cylindrical-coordinate representation of color #8FB5CE: hue angle of 203.81º 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 #8FB5CE is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143181206-
CMYK0.310.1200.19
HSL203.81º39.13%68.43%-
HSV(B)203.81º30.58%80.78%-
XYZ38.9943.3464.7-
YUV172.49146.91106.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.98%
GREEN value IS 181 (71.09% from 255) = 34.15%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=26.98%
G=34.15%
B=38.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431812060.310.1200.19203.8139.1368.43
Hex8FB5CE1FC013cc2744
Octal217265316371402331447104
Binary100011111011010111001110111111100010011110011001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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