#8CADCC

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

Shades of Polo Blue #8CADCC

Tints of Polo Blue #8CADCC

Color information

#8CADCC (or 0x8CADCC) is unknown color: approx Polo Blue. HEX triplet: 8C, AD and CC. RGB value is (140,173,204). Sum of RGB (Red+Green+Blue) = 140+173+204=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADCC is #735233. Grayscale: #A6A6A6. Windows color (decimal): -7557684 or 13413772. OLE color: 13413772.

HSL color Cylindrical-coordinate representation of color #8CADCC: hue angle of 209.06º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CADCC is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB140173204-
CMYK0.310.1500.2
HSL209.06º38.55%67.45%-
HSV(B)209.06º31.37%80%-
XYZ36.6639.8262.88-
YUV166.67149.07108.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.08%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=27.08%
G=33.46%
B=39.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401732040.310.1500.2209.0638.5567.45
Hex8CADCC1FF014d12743
Octal214255314371702432147103
Binary100011001010110111001100111111111010100110100011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,173,204); }

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

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

 a { background-color: rgb(140,173,204); }

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

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

 span { border-color: rgb(140,173,204); }

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