#8DA8CC

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

Shades of Polo Blue #8DA8CC

Tints of Polo Blue #8DA8CC

Color information

#8DA8CC (or 0x8DA8CC) is unknown color: approx Polo Blue. HEX triplet: 8D, A8 and CC. RGB value is (141,168,204). Sum of RGB (Red+Green+Blue) = 141+168+204=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DA8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA8CC is #725733. Grayscale: #A3A3A3. Windows color (decimal): -7493428 or 13412493. OLE color: 13412493.

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

Color convert

RGB141168204-
CMYK0.310.1800.2
HSL214.29º38.18%67.65%-
HSV(B)214.29º30.88%80%-
XYZ35.8938.0362.58-
YUV164.03150.55111.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.49%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=27.49%
G=32.75%
B=39.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411682040.310.1800.2214.2938.1867.65
Hex8DA8CC1F12014d62644
Octal215250314372202432646104
Binary1000110110101000110011001111110010010100110101101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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