#8DAECA

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

Shades of Polo Blue #8DAECA

Tints of Polo Blue #8DAECA

Color information

#8DAECA (or 0x8DAECA) is unknown color: approx Polo Blue. HEX triplet: 8D, AE and CA. RGB value is (141,174,202). Sum of RGB (Red+Green+Blue) = 141+174+202=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DAECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAECA is #725135. Grayscale: #A7A7A7. Windows color (decimal): -7491894 or 13282957. OLE color: 13282957.

HSL color Cylindrical-coordinate representation of color #8DAECA: hue angle of 207.54º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DAECA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141174202-
CMYK0.300.1400.21
HSL207.54º36.53%67.25%-
HSV(B)207.54º30.2%79.22%-
XYZ36.7840.261.7-
YUV167.32147.57109.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.27%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=27.27%
G=33.66%
B=39.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411742020.300.1400.21207.5436.5367.25
Hex8DAECA1EE015d02543
Octal215256312361602532045103
Binary100011011010111011001010111101110010101110100001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,174,202); }

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

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

 a { background-color: rgb(141,174,202); }

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

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

 span { border-color: rgb(141,174,202); }

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