#8CAECD

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

Shades of Polo Blue #8CAECD

Tints of Polo Blue #8CAECD

Color information

#8CAECD (or 0x8CAECD) is unknown color: approx Polo Blue. HEX triplet: 8C, AE and CD. RGB value is (140,174,205). Sum of RGB (Red+Green+Blue) = 140+174+205=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAECD is #735132. Grayscale: #A7A7A7. Windows color (decimal): -7557427 or 13479564. OLE color: 13479564.

HSL color Cylindrical-coordinate representation of color #8CAECD: hue angle of 208.62º 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 #8CAECD is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140174205-
CMYK0.320.1500.20
HSL208.62º39.39%67.65%-
HSV(B)208.62º31.71%80.39%-
XYZ36.9740.2663.58-
YUV167.37149.24108.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.97%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=26.97%
G=33.53%
B=39.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401742050.320.1500.20208.6239.3967.65
Hex8CAECD20F014d12744
Octal214256315401702432147104
Binary1000110010101110110011011000001111010100110100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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