#8DAFD5

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

Shades of Polo Blue #8DAFD5

Tints of Polo Blue #8DAFD5

Color information

#8DAFD5 (or 0x8DAFD5) is unknown color: approx Polo Blue. HEX triplet: 8D, AF and D5. RGB value is (141,175,213). Sum of RGB (Red+Green+Blue) = 141+175+213=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #8DAFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFD5 is #72502A. Grayscale: #A8A8A8. Windows color (decimal): -7491627 or 14004109. OLE color: 14004109.

HSL color Cylindrical-coordinate representation of color #8DAFD5: hue angle of 211.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 #8DAFD5 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB141175213-
CMYK0.340.1800.16
HSL211.67º46.15%69.41%-
HSV(B)211.67º33.8%83.53%-
XYZ38.3241.1368.87-
YUV169.17152.74107.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.65%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=26.65%
G=33.08%
B=40.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1411752130.340.1800.16211.6746.1569.41
Hex8DAFD52212010d42e45
Octal215257325422202032456105
Binary10001101101011111101010110001010010010000110101001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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