#8DAFCD

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

Shades of Polo Blue #8DAFCD

Tints of Polo Blue #8DAFCD

Color information

#8DAFCD (or 0x8DAFCD) is unknown color: approx Polo Blue. HEX triplet: 8D, AF and CD. RGB value is (141,175,205). Sum of RGB (Red+Green+Blue) = 141+175+205=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFCD is #725032. Grayscale: #A8A8A8. Windows color (decimal): -7491635 or 13479821. OLE color: 13479821.

HSL color Cylindrical-coordinate representation of color #8DAFCD: hue angle of 208.12º degrees, saturation: 0.39, 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 #8DAFCD is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141175205-
CMYK0.310.1500.20
HSL208.12º39.02%67.84%-
HSV(B)208.12º31.22%80.39%-
XYZ37.3340.7363.65-
YUV168.25148.74108.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=27.06%
G=33.59%
B=39.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411752050.310.1500.20208.1239.0267.84
Hex8DAFCD1FF014d02744
Octal215257315371702432047104
Binary100011011010111111001101111111111010100110100001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,175,205); }

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

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

 a { background-color: rgb(141,175,205); }

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

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

 span { border-color: rgb(141,175,205); }

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