#8DADCD

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

Shades of Polo Blue #8DADCD

Tints of Polo Blue #8DADCD

Color information

#8DADCD (or 0x8DADCD) is unknown color: approx Polo Blue. HEX triplet: 8D, AD and CD. RGB value is (141,173,205). Sum of RGB (Red+Green+Blue) = 141+173+205=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADCD is #725232. Grayscale: #A6A6A6. Windows color (decimal): -7492147 or 13479309. OLE color: 13479309.

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

Color convert

RGB141173205-
CMYK0.310.1600.20
HSL210º39.02%67.84%-
HSV(B)210º31.22%80.39%-
XYZ36.9539.9663.52-
YUV167.08149.4109.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.17%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=27.17%
G=33.33%
B=39.50%

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
Decimal1411732050.310.1600.2021039.0267.84
Hex8DADCD1F10014d22744
Octal215255315372002432247104
Binary1000110110101101110011011111110000010100110100101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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