#8CADD0

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

Shades of Polo Blue #8CADD0

Tints of Polo Blue #8CADD0

Color information

#8CADD0 (or 0x8CADD0) is unknown color: approx Polo Blue. HEX triplet: 8C, AD and D0. RGB value is (140,173,208). Sum of RGB (Red+Green+Blue) = 140+173+208=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #8CADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADD0 is #73522F. Grayscale: #A6A6A6. Windows color (decimal): -7557680 or 13675916. OLE color: 13675916.

HSL color Cylindrical-coordinate representation of color #8CADD0: hue angle of 210.88º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CADD0 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140173208-
CMYK0.330.1700.18
HSL210.88º41.98%68.24%-
HSV(B)210.88º32.69%81.57%-
XYZ37.1440.0265.44-
YUV167.12151.07108.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.87%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 208 (81.64% from 255) = 39.92%
R=26.87%
G=33.21%
B=39.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401732080.330.1700.18210.8841.9868.24
Hex8CADD02111012d32a44
Octal214255320412102232352104
Binary10001100101011011101000010000110001010010110100111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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