Html Css Color HEX #8DAEDC Polo Blue

📋 copy color: '#8DAEDC'

red 141 ◦ green 174 ◦ blue 220

#8DAEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #8DAEDC

Tints of Polo Blue #8DAEDC

RGB

 RED value IS 141 (55.47% from 255) = 26.36%

 GREEN value IS 174 (68.36% from 255) = 32.52%

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 26.36%
G = 32.52%
B = 41.12%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DAEDC (or 0x8DAEDC) is known color: Polo Blue. HEX triplet: 8D, AE and DC. RGB value is (141,174,220). Sum of RGB (Red+Green+Blue) = 141+174+220=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAEDC is #725123. Grayscale: #A9A9A9. Windows color (decimal): -7491876 or 14462605. OLE color: 14462605.

HSL color Cylindrical-coordinate representation of color #8DAEDC: hue angle of 214.94º degrees, saturation: 0.53, 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 #8DAEDC is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 174 220 -
CMYK 0.36 0.21 0 0.14
HSL 214.94º 0.53% 0.71% -
HSV(B) 214.94º 0.36% 0.86% -
XYZ 39.04 41.1 73.59 -
YUV 169.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 141 174 220 0.36 0.21 0 0.14 214.94 0.53 0.71
Hex 8D AE DC 24 15 0 E D7 35 47
Octal 215 256 334 44 25 0 16 327 65 107
Binary 10001101 10101110 11011100 100100 10101 0 1110 11010111 110101 1000111

Color Harmonies of #8DAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAEDC

Black with #8DAEDC

Text Example


Text Example

White with #8DAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DAEDC;
 }
 .AnyTagClassName
 {
   color: #8DAEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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