#8CABCD

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

Shades of Polo Blue #8CABCD

Tints of Polo Blue #8CABCD

Color information

#8CABCD (or 0x8CABCD) is unknown color: approx Polo Blue. HEX triplet: 8C, AB and CD. RGB value is (140,171,205). Sum of RGB (Red+Green+Blue) = 140+171+205=516 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.13% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABCD is #735432. Grayscale: #A5A5A5. Windows color (decimal): -7558195 or 13478796. OLE color: 13478796.

HSL color Cylindrical-coordinate representation of color #8CABCD: hue angle of 211.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CABCD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140171205-
CMYK0.320.1700.20
HSL211.38º39.39%67.65%-
HSV(B)211.38º31.71%80.39%-
XYZ36.439.1163.39-
YUV165.61150.23109.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.13%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=27.13%
G=33.14%
B=39.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401712050.320.1700.20211.3839.3967.65
Hex8CABCD2011014d32744
Octal214253315402102432347104
Binary10001100101010111100110110000010001010100110100111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,171,205); }

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

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

 a { background-color: rgb(140,171,205); }

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

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

 span { border-color: rgb(140,171,205); }

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