Html Css Color HEX #8DACDF Polo Blue

📋 copy color: '#8DACDF'

red 141 ◦ green 172 ◦ blue 223

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

Shades of Polo Blue #8DACDF

Tints of Polo Blue #8DACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 26.31%
G = 32.09%
B = 41.6%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8DACDF (or 0x8DACDF) is known color: Polo Blue. HEX triplet: 8D, AC and DF. RGB value is (141,172,223). Sum of RGB (Red+Green+Blue) = 141+172+223=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACDF is #725320. Grayscale: #A8A8A8. Windows color (decimal): -7492385 or 14658701. OLE color: 14658701.

HSL color Cylindrical-coordinate representation of color #8DACDF: hue angle of 217.32º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DACDF is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 172 223 -
CMYK 0.37 0.23 0 0.13
HSL 217.32º 0.56% 0.71% -
HSV(B) 217.32º 0.37% 0.87% -
XYZ 39.06 40.5 75.57 -
YUV 168.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 141 172 223 0.37 0.23 0 0.13 217.32 0.56 0.71
Hex 8D AC DF 25 17 0 D D9 38 47
Octal 215 254 337 45 27 0 15 331 70 107
Binary 10001101 10101100 11011111 100101 10111 0 1101 11011001 111000 1000111

Color Harmonies of #8DACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACDF

Black with #8DACDF

Text Example


Text Example

White with #8DACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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