#8DAECE

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

Shades of Polo Blue #8DAECE

Tints of Polo Blue #8DAECE

Color information

#8DAECE (or 0x8DAECE) is unknown color: approx Polo Blue. HEX triplet: 8D, AE and CE. RGB value is (141,174,206). Sum of RGB (Red+Green+Blue) = 141+174+206=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DAECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAECE is #725131. Grayscale: #A7A7A7. Windows color (decimal): -7491890 or 13545101. OLE color: 13545101.

HSL color Cylindrical-coordinate representation of color #8DAECE: hue angle of 209.54º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DAECE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141174206-
CMYK0.320.1600.19
HSL209.54º39.88%68.04%-
HSV(B)209.54º31.55%80.78%-
XYZ37.2640.3964.22-
YUV167.78149.57108.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=27.06%
G=33.40%
B=39.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411742060.320.1600.19209.5439.8868.04
Hex8DAECE2010013d22844
Octal215256316402002332250104
Binary10001101101011101100111010000010000010011110100101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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