#8DA1CF

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

Shades of Polo Blue #8DA1CF

Tints of Polo Blue #8DA1CF

Color information

#8DA1CF (or 0x8DA1CF) is unknown color: approx Polo Blue. HEX triplet: 8D, A1 and CF. RGB value is (141,161,207). Sum of RGB (Red+Green+Blue) = 141+161+207=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DA1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA1CF is #725E30. Grayscale: #A0A0A0. Windows color (decimal): -7495217 or 13607309. OLE color: 13607309.

HSL color Cylindrical-coordinate representation of color #8DA1CF: hue angle of 221.82º degrees, saturation: 0.41, 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 #8DA1CF is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141161207-
CMYK0.320.2200.19
HSL221.82º40.74%68.24%-
HSV(B)221.82º31.88%81.18%-
XYZ34.9935.6664.07-
YUV160.26154.37114.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.70%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=27.70%
G=31.63%
B=40.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411612070.320.2200.19221.8240.7468.24
Hex8DA1CF2016013de2944
Octal215241317402602333651104
Binary10001101101000011100111110000010110010011110111101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,161,207); }

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

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

 a { background-color: rgb(141,161,207); }

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

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

 span { border-color: rgb(141,161,207); }

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