#8DAECF

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

Shades of Polo Blue #8DAECF

Tints of Polo Blue #8DAECF

Color information

#8DAECF (or 0x8DAECF) is unknown color: approx Polo Blue. HEX triplet: 8D, AE and CF. RGB value is (141,174,207). Sum of RGB (Red+Green+Blue) = 141+174+207=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DAECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAECF is #725130. Grayscale: #A7A7A7. Windows color (decimal): -7491889 or 13610637. OLE color: 13610637.

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

Color convert

RGB141174207-
CMYK0.320.1600.19
HSL210º40.74%68.24%-
HSV(B)210º31.88%81.18%-
XYZ37.3840.4464.87-
YUV167.9150.07108.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.01%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=27.01%
G=33.33%
B=39.66%

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
Decimal1411742070.320.1600.1921040.7468.24
Hex8DAECF2010013d22944
Octal215256317402002332251104
Binary10001101101011101100111110000010000010011110100101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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