#8CAEDD

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

Shades of Polo Blue #8CAEDD

Tints of Polo Blue #8CAEDD

Color information

#8CAEDD (or 0x8CAEDD) is unknown color: approx Polo Blue. HEX triplet: 8C, AE and DD. RGB value is (140,174,221). Sum of RGB (Red+Green+Blue) = 140+174+221=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CAEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAEDD is #735122. Grayscale: #A8A8A8. Windows color (decimal): -7557411 or 14528140. OLE color: 14528140.

HSL color Cylindrical-coordinate representation of color #8CAEDD: hue angle of 214.81º 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 #8CAEDD is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140174221-
CMYK0.370.2100.13
HSL214.81º54.36%70.78%-
HSV(B)214.81º36.65%86.67%-
XYZ3941.0774.28-
YUV169.19157.24107.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.17%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=26.17%
G=32.52%
B=41.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401742210.370.2100.13214.8154.3670.78
Hex8CAEDD25150Dd73647
Octal214256335452501532766107
Binary1000110010101110110111011001011010101101110101111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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