#8CAED0

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

Shades of Polo Blue #8CAED0

Tints of Polo Blue #8CAED0

Color information

#8CAED0 (or 0x8CAED0) is unknown color: approx Polo Blue. HEX triplet: 8C, AE and D0. RGB value is (140,174,208). Sum of RGB (Red+Green+Blue) = 140+174+208=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #8CAED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAED0 is #73512F. Grayscale: #A7A7A7. Windows color (decimal): -7557424 or 13676172. OLE color: 13676172.

HSL color Cylindrical-coordinate representation of color #8CAED0: hue angle of 210º 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 #8CAED0 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140174208-
CMYK0.330.1600.18
HSL210º41.98%68.24%-
HSV(B)210º32.69%81.57%-
XYZ37.3440.465.5-
YUV167.71150.74108.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.82%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=26.82%
G=33.33%
B=39.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401742080.330.1600.1821041.9868.24
Hex8CAED02110012d22a44
Octal214256320412002232252104
Binary10001100101011101101000010000110000010010110100101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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