#8DADCA

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

Shades of Polo Blue #8DADCA

Tints of Polo Blue #8DADCA

Color information

#8DADCA (or 0x8DADCA) is unknown color: approx Polo Blue. HEX triplet: 8D, AD and CA. RGB value is (141,173,202). Sum of RGB (Red+Green+Blue) = 141+173+202=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADCA is #725235. Grayscale: #A6A6A6. Windows color (decimal): -7492150 or 13282701. OLE color: 13282701.

HSL color Cylindrical-coordinate representation of color #8DADCA: hue angle of 208.52º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DADCA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141173202-
CMYK0.300.1400.21
HSL208.52º36.53%67.25%-
HSV(B)208.52º30.2%79.22%-
XYZ36.5939.8161.63-
YUV166.74147.9109.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.33%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=27.33%
G=33.53%
B=39.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411732020.300.1400.21208.5236.5367.25
Hex8DADCA1EE015d12543
Octal215255312361602532145103
Binary100011011010110111001010111101110010101110100011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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