#8DA9D5

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

Shades of Polo Blue #8DA9D5

Tints of Polo Blue #8DA9D5

Color information

#8DA9D5 (or 0x8DA9D5) is unknown color: approx Polo Blue. HEX triplet: 8D, A9 and D5. RGB value is (141,169,213). Sum of RGB (Red+Green+Blue) = 141+169+213=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #8DA9D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9D5 is #72562A. Grayscale: #A5A5A5. Windows color (decimal): -7493163 or 14002573. OLE color: 14002573.

HSL color Cylindrical-coordinate representation of color #8DA9D5: hue angle of 216.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DA9D5 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB141169213-
CMYK0.340.2100.16
HSL216.67º46.15%69.41%-
HSV(B)216.67º33.8%83.53%-
XYZ37.1838.8468.49-
YUV165.64154.72110.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.96%
GREEN value IS 169 (66.41% from 255) = 32.31%
BLUE value IS 213 (83.59% from 255) = 40.73%
R=26.96%
G=32.31%
B=40.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1411692130.340.2100.16216.6746.1569.41
Hex8DA9D52215010d92e45
Octal215251325422502033156105
Binary10001101101010011101010110001010101010000110110011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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