Html Css Color HEX #8DACCE Polo Blue

📋 copy color: '#8DACCE'

red 141 ◦ green 172 ◦ blue 206

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

Shades of Polo Blue #8DACCE

Tints of Polo Blue #8DACCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 27.17%
G = 33.14%
B = 39.69%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DACCE (or 0x8DACCE) is known color: Polo Blue. HEX triplet: 8D, AC and CE. RGB value is (141,172,206). Sum of RGB (Red+Green+Blue) = 141+172+206=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACCE is #725331. Grayscale: #A6A6A6. Windows color (decimal): -7492402 or 13544589. OLE color: 13544589.

HSL color Cylindrical-coordinate representation of color #8DACCE: hue angle of 211.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DACCE is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 172 206 -
CMYK 0.32 0.17 0 0.19
HSL 211.38º 0.4% 0.68% -
HSV(B) 211.38º 0.32% 0.81% -
XYZ 36.88 39.62 64.1 -
YUV 166.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 141 172 206 0.32 0.17 0 0.19 211.38 0.4 0.68
Hex 8D AC CE 20 11 0 13 D3 28 44
Octal 215 254 316 40 21 0 23 323 50 104
Binary 10001101 10101100 11001110 100000 10001 0 10011 11010011 101000 1000100

Color Harmonies of #8DACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACCE

Black with #8DACCE

Text Example


Text Example

White with #8DACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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