Html Css Color HEX #8DACCD Polo Blue

📋 copy color: '#8DACCD'

red 141 ◦ green 172 ◦ blue 205

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

Shades of Polo Blue #8DACCD

Tints of Polo Blue #8DACCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 27.22%
G = 33.2%
B = 39.58%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8DACCD (or 0x8DACCD) is known color: Polo Blue. HEX triplet: 8D, AC and CD. RGB value is (141,172,205). Sum of RGB (Red+Green+Blue) = 141+172+205=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACCD is #725332. Grayscale: #A6A6A6. Windows color (decimal): -7492403 or 13479053. OLE color: 13479053.

HSL color Cylindrical-coordinate representation of color #8DACCD: hue angle of 210.94º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DACCD is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 172 205 -
CMYK 0.31 0.16 0 0.20
HSL 210.94º 0.39% 0.68% -
HSV(B) 210.94º 0.31% 0.8% -
XYZ 36.76 39.58 63.46 -
YUV 166.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 141 172 205 0.31 0.16 0 0.20 210.94 0.39 0.68
Hex 8D AC CD 1F 10 0 14 D3 27 44
Octal 215 254 315 37 20 0 24 323 47 104
Binary 10001101 10101100 11001101 11111 10000 0 10100 11010011 100111 1000100

Color Harmonies of #8DACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACCD

Black with #8DACCD

Text Example


Text Example

White with #8DACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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