Html Css Color HEX #8DACC5 Polo Blue

📋 copy color: '#8DACC5'

red 141 ◦ green 172 ◦ blue 197

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

Shades of Polo Blue #8DACC5

Tints of Polo Blue #8DACC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.63%

R = 27.65%
G = 33.73%
B = 38.63%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8DACC5 (or 0x8DACC5) is known color: Polo Blue. HEX triplet: 8D, AC and C5. RGB value is (141,172,197). Sum of RGB (Red+Green+Blue) = 141+172+197=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #8DACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACC5 is #72533A. Grayscale: #A5A5A5. Windows color (decimal): -7492411 or 12954765. OLE color: 12954765.

HSL color Cylindrical-coordinate representation of color #8DACC5: hue angle of 206.79º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DACC5 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 141 172 197 -
CMYK 0.28 0.13 0 0.23
HSL 206.79º 0.33% 0.66% -
HSV(B) 206.79º 0.28% 0.77% -
XYZ 35.82 39.2 58.5 -
YUV 165.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 141 172 197 0.28 0.13 0 0.23 206.79 0.33 0.66
Hex 8D AC C5 1C D 0 17 CF 21 42
Octal 215 254 305 34 15 0 27 317 41 102
Binary 10001101 10101100 11000101 11100 1101 0 10111 11001111 100001 1000010

Color Harmonies of #8DACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACC5

Black with #8DACC5

Text Example


Text Example

White with #8DACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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