#8DA2CC

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

Shades of Polo Blue #8DA2CC

Tints of Polo Blue #8DA2CC

Color information

#8DA2CC (or 0x8DA2CC) is unknown color: approx Polo Blue. HEX triplet: 8D, A2 and CC. RGB value is (141,162,204). Sum of RGB (Red+Green+Blue) = 141+162+204=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DA2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA2CC is #725D33. Grayscale: #A0A0A0. Windows color (decimal): -7494964 or 13410957. OLE color: 13410957.

HSL color Cylindrical-coordinate representation of color #8DA2CC: hue angle of 220º degrees, saturation: 0.38, 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 #8DA2CC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB141162204-
CMYK0.310.2100.2
HSL220º38.18%67.65%-
HSV(B)220º30.88%80%-
XYZ34.835.8662.21-
YUV160.51152.54114.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.81%
GREEN value IS 162 (63.67% from 255) = 31.95%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=27.81%
G=31.95%
B=40.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411622040.310.2100.222038.1867.65
Hex8DA2CC1F15014dc2644
Octal215242314372502433446104
Binary1000110110100010110011001111110101010100110111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,162,204); }

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

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

 a { background-color: rgb(141,162,204); }

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

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

 span { border-color: rgb(141,162,204); }

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