#8CABDD

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

Shades of Polo Blue #8CABDD

Tints of Polo Blue #8CABDD

Color information

#8CABDD (or 0x8CABDD) is unknown color: approx Polo Blue. HEX triplet: 8C, AB and DD. RGB value is (140,171,221). Sum of RGB (Red+Green+Blue) = 140+171+221=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABDD is #735422. Grayscale: #A7A7A7. Windows color (decimal): -7558179 or 14527372. OLE color: 14527372.

HSL color Cylindrical-coordinate representation of color #8CABDD: hue angle of 217.04º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CABDD is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140171221-
CMYK0.370.2300.13
HSL217.04º54.36%70.78%-
HSV(B)217.04º36.65%86.67%-
XYZ38.4339.9274.09-
YUV167.43158.23108.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.32%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=26.32%
G=32.14%
B=41.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401712210.370.2300.13217.0454.3670.78
Hex8CABDD25170Dd93647
Octal214253335452701533166107
Binary1000110010101011110111011001011011101101110110011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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