#8DAECB

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

Shades of Polo Blue #8DAECB

Tints of Polo Blue #8DAECB

Color information

#8DAECB (or 0x8DAECB) is unknown color: approx Polo Blue. HEX triplet: 8D, AE and CB. RGB value is (141,174,203). Sum of RGB (Red+Green+Blue) = 141+174+203=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DAECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAECB is #725134. Grayscale: #A7A7A7. Windows color (decimal): -7491893 or 13348493. OLE color: 13348493.

HSL color Cylindrical-coordinate representation of color #8DAECB: hue angle of 208.06º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DAECB is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141174203-
CMYK0.310.1400.20
HSL208.06º37.35%67.45%-
HSV(B)208.06º30.54%79.61%-
XYZ36.940.2562.32-
YUV167.44148.07109.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.22%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=27.22%
G=33.59%
B=39.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411742030.310.1400.20208.0637.3567.45
Hex8DAECB1FE014d02543
Octal215256313371602432045103
Binary100011011010111011001011111111110010100110100001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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