#8DA9CE

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

Shades of Polo Blue #8DA9CE

Tints of Polo Blue #8DA9CE

Color information

#8DA9CE (or 0x8DA9CE) is unknown color: approx Polo Blue. HEX triplet: 8D, A9 and CE. RGB value is (141,169,206). Sum of RGB (Red+Green+Blue) = 141+169+206=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DA9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9CE is #725631. Grayscale: #A4A4A4. Windows color (decimal): -7493170 or 13543821. OLE color: 13543821.

HSL color Cylindrical-coordinate representation of color #8DA9CE: hue angle of 214.15º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DA9CE is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141169206-
CMYK0.320.1800.19
HSL214.15º39.88%68.04%-
HSV(B)214.15º31.55%80.78%-
XYZ36.3138.4963.91-
YUV164.85151.22110.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.33%
GREEN value IS 169 (66.41% from 255) = 32.75%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=27.33%
G=32.75%
B=39.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411692060.320.1800.19214.1539.8868.04
Hex8DA9CE2012013d62844
Octal215251316402202332650104
Binary10001101101010011100111010000010010010011110101101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,169,206); }

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

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

 a { background-color: rgb(141,169,206); }

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

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

 span { border-color: rgb(141,169,206); }

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