#8DA9CA

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

Shades of Polo Blue #8DA9CA

Tints of Polo Blue #8DA9CA

Color information

#8DA9CA (or 0x8DA9CA) is unknown color: approx Polo Blue. HEX triplet: 8D, A9 and CA. RGB value is (141,169,202). Sum of RGB (Red+Green+Blue) = 141+169+202=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DA9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9CA is #725635. Grayscale: #A4A4A4. Windows color (decimal): -7493174 or 13281677. OLE color: 13281677.

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

Color convert

RGB141169202-
CMYK0.300.1600.21
HSL212.46º36.53%67.25%-
HSV(B)212.46º30.2%79.22%-
XYZ35.8338.361.38-
YUV164.39149.22111.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.54%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=27.54%
G=33.01%
B=39.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411692020.300.1600.21212.4636.5367.25
Hex8DA9CA1E10015d42543
Octal215251312362002532445103
Binary1000110110101001110010101111010000010101110101001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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