Html Css Color HEX #8DABDC Polo Blue

📋 copy color: '#8DABDC'

red 141 ◦ green 171 ◦ blue 220

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

Shades of Polo Blue #8DABDC

Tints of Polo Blue #8DABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.14%

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

R = 26.5%
G = 32.14%
B = 41.35%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DABDC (or 0x8DABDC) is known color: Polo Blue. HEX triplet: 8D, AB and DC. RGB value is (141,171,220). Sum of RGB (Red+Green+Blue) = 141+171+220=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABDC is #725423. Grayscale: #A7A7A7. Windows color (decimal): -7492644 or 14461837. OLE color: 14461837.

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

Color convert

RGB 141 171 220 -
CMYK 0.36 0.22 0 0.14
HSL 217.22º 0.53% 0.71% -
HSV(B) 217.22º 0.36% 0.86% -
XYZ 38.47 39.96 73.4 -
YUV 167.62 157.56 109.02 -
System Red Green Blue C M Y K H S L
Decimal 141 171 220 0.36 0.22 0 0.14 217.22 0.53 0.71
Hex 8D AB DC 24 16 0 E D9 35 47
Octal 215 253 334 44 26 0 16 331 65 107
Binary 10001101 10101011 11011100 100100 10110 0 1110 11011001 110101 1000111

Color Harmonies of #8DABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DABDC

Black with #8DABDC

Text Example


Text Example

White with #8DABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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