Html Css Color HEX #8DACD1 Polo Blue

📋 copy color: '#8DACD1'

red 141 ◦ green 172 ◦ blue 209

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

Shades of Polo Blue #8DACD1

Tints of Polo Blue #8DACD1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.95%

 BLUE value IS 209 (82.03% from 255) = 40.04%

R = 27.01%
G = 32.95%
B = 40.04%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8DACD1 (or 0x8DACD1) is known color: Polo Blue. HEX triplet: 8D, AC and D1. RGB value is (141,172,209). Sum of RGB (Red+Green+Blue) = 141+172+209=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #8DACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACD1 is #72532E. Grayscale: #A6A6A6. Windows color (decimal): -7492399 or 13741197. OLE color: 13741197.

HSL color Cylindrical-coordinate representation of color #8DACD1: hue angle of 212.65º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DACD1 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 172 209 -
CMYK 0.33 0.18 0 0.18
HSL 212.65º 0.43% 0.69% -
HSV(B) 212.65º 0.33% 0.82% -
XYZ 37.25 39.77 66.04 -
YUV 166.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 141 172 209 0.33 0.18 0 0.18 212.65 0.43 0.69
Hex 8D AC D1 21 12 0 12 D5 2A 45
Octal 215 254 321 41 22 0 22 325 52 105
Binary 10001101 10101100 11010001 100001 10010 0 10010 11010101 101010 1000101

Color Harmonies of #8DACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACD1

Black with #8DACD1

Text Example


Text Example

White with #8DACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,172,209); }

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

background-color css

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

 a { background-color: rgb(141,172,209); }

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

border-color css

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

 span { border-color: rgb(141,172,209); }

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