#8CA9CE

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

Shades of Polo Blue #8CA9CE

Tints of Polo Blue #8CA9CE

Color information

#8CA9CE (or 0x8CA9CE) is unknown color: approx Polo Blue. HEX triplet: 8C, A9 and CE. RGB value is (140,169,206). Sum of RGB (Red+Green+Blue) = 140+169+206=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CA9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA9CE is #735631. Grayscale: #A4A4A4. Windows color (decimal): -7558706 or 13543820. OLE color: 13543820.

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

Color convert

RGB140169206-
CMYK0.320.1800.19
HSL213.64º40.24%67.84%-
HSV(B)213.64º32.04%80.78%-
XYZ36.1438.4163.9-
YUV164.55151.39110.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.18%
GREEN value IS 169 (66.41% from 255) = 32.82%
BLUE value IS 206 (80.86% from 255) = 40%
R=27.18%
G=32.82%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1401692060.320.1800.19213.6440.2467.84
Hex8CA9CE2012013d62844
Octal214251316402202332650104
Binary10001100101010011100111010000010010010011110101101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,169,206); }

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

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

 a { background-color: rgb(140,169,206); }

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

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

 span { border-color: rgb(140,169,206); }

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