#8DAEDB

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

Shades of Polo Blue #8DAEDB

Tints of Polo Blue #8DAEDB

Color information

#8DAEDB (or 0x8DAEDB) is unknown color: approx Polo Blue. HEX triplet: 8D, AE and DB. RGB value is (141,174,219). Sum of RGB (Red+Green+Blue) = 141+174+219=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAEDB is #725124. Grayscale: #A9A9A9. Windows color (decimal): -7491877 or 14397069. OLE color: 14397069.

HSL color Cylindrical-coordinate representation of color #8DAEDB: hue angle of 214.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DAEDB is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141174219-
CMYK0.360.2100.14
HSL214.62º52%70.59%-
HSV(B)214.62º35.62%85.88%-
XYZ38.9141.0572.89-
YUV169.26156.07107.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.40%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=26.40%
G=32.58%
B=41.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411742190.360.2100.14214.625270.59
Hex8DAEDB24150Ed73447
Octal215256333442501632764107
Binary1000110110101110110110111001001010101110110101111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,174,219); }

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

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

 a { background-color: rgb(141,174,219); }

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

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

 span { border-color: rgb(141,174,219); }

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