#8DACCA

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

Shades of Polo Blue #8DACCA

Tints of Polo Blue #8DACCA

Color information

#8DACCA (or 0x8DACCA) is unknown color: approx Polo Blue. HEX triplet: 8D, AC and CA. RGB value is (141,172,202). Sum of RGB (Red+Green+Blue) = 141+172+202=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACCA is #725335. Grayscale: #A5A5A5. Windows color (decimal): -7492406 or 13282445. OLE color: 13282445.

HSL color Cylindrical-coordinate representation of color #8DACCA: hue angle of 209.51º 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 #8DACCA is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141172202-
CMYK0.300.1500.21
HSL209.51º36.53%67.25%-
HSV(B)209.51º30.2%79.22%-
XYZ36.439.4361.57-
YUV166.15148.23110.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.38%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=27.38%
G=33.40%
B=39.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411722020.300.1500.21209.5136.5367.25
Hex8DACCA1EF015d22543
Octal215254312361702532245103
Binary100011011010110011001010111101111010101110100101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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