#859ECC

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

Shades of Polo Blue #859ECC

Tints of Polo Blue #859ECC

Color information

#859ECC (or 0x859ECC) is unknown color: approx Polo Blue. HEX triplet: 85, 9E and CC. RGB value is (133,158,204). Sum of RGB (Red+Green+Blue) = 133+158+204=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #859ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ECC is #7A6133. Grayscale: #9B9B9B. Windows color (decimal): -8020276 or 13409925. OLE color: 13409925.

HSL color Cylindrical-coordinate representation of color #859ECC: hue angle of 218.87º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #859ECC is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB133158204-
CMYK0.350.2300.2
HSL218.87º41.04%66.08%-
HSV(B)218.87º34.8%80%-
XYZ32.833.861.92-
YUV155.77155.22111.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=26.87%
G=31.92%
B=41.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331582040.350.2300.2218.8741.0466.08
Hex859ECC2317014db2942
Octal205236314432702433351102
Binary10000101100111101100110010001110111010100110110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859ECC; }

 p { color: rgb(133,158,204); }

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

<style>
 a { background-color: #859ECC; }

 a { background-color: rgb(133,158,204); }

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

<style>
 span { border-color: #859ECC; }

 span { border-color: rgb(133,158,204); }

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