#8DACCD

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

Shades of Polo Blue #8DACCD

Tints of Polo Blue #8DACCD

Color information

#8DACCD (or 0x8DACCD) is unknown color: approx Polo Blue. HEX triplet: 8D, AC and CD. RGB value is (141,172,205). Sum of RGB (Red+Green+Blue) = 141+172+205=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACCD is #725332. Grayscale: #A6A6A6. Windows color (decimal): -7492403 or 13479053. OLE color: 13479053.

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

Color convert

RGB141172205-
CMYK0.310.1600.20
HSL210.94º39.02%67.84%-
HSV(B)210.94º31.22%80.39%-
XYZ36.7639.5863.46-
YUV166.49149.73109.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.22%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=27.22%
G=33.20%
B=39.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411722050.310.1600.20210.9439.0267.84
Hex8DACCD1F10014d32744
Octal215254315372002432347104
Binary1000110110101100110011011111110000010100110100111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,172,205); }

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

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

 a { background-color: rgb(141,172,205); }

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

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

 span { border-color: rgb(141,172,205); }

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