Html Css Color HEX #8DADDC Polo Blue

📋 copy color: '#8DADDC'

red 141 ◦ green 173 ◦ blue 220

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

Shades of Polo Blue #8DADDC

Tints of Polo Blue #8DADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.4%

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

R = 26.4%
G = 32.4%
B = 41.2%

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

#8DADDC (or 0x8DADDC) is known color: Polo Blue. HEX triplet: 8D, AD and DC. RGB value is (141,173,220). Sum of RGB (Red+Green+Blue) = 141+173+220=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADDC is #725223. Grayscale: #A8A8A8. Windows color (decimal): -7492132 or 14462349. OLE color: 14462349.

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

Color convert

RGB 141 173 220 -
CMYK 0.36 0.21 0 0.14
HSL 215.7º 0.53% 0.71% -
HSV(B) 215.7º 0.36% 0.86% -
XYZ 38.85 40.72 73.52 -
YUV 168.79 156.9 108.18 -
System Red Green Blue C M Y K H S L
Decimal 141 173 220 0.36 0.21 0 0.14 215.7 0.53 0.71
Hex 8D AD DC 24 15 0 E D8 35 47
Octal 215 255 334 44 25 0 16 330 65 107
Binary 10001101 10101101 11011100 100100 10101 0 1110 11011000 110101 1000111

Color Harmonies of #8DADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DADDC

Black with #8DADDC

Text Example


Text Example

White with #8DADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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