Html Css Color HEX #8DACDE Polo Blue

📋 copy color: '#8DACDE'

red 141 ◦ green 172 ◦ blue 222

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

Shades of Polo Blue #8DACDE

Tints of Polo Blue #8DACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.5%

R = 26.36%
G = 32.15%
B = 41.5%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8DACDE (or 0x8DACDE) is known color: Polo Blue. HEX triplet: 8D, AC and DE. RGB value is (141,172,222). Sum of RGB (Red+Green+Blue) = 141+172+222=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #8DACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACDE is #725321. Grayscale: #A8A8A8. Windows color (decimal): -7492386 or 14593165. OLE color: 14593165.

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

Color convert

RGB 141 172 222 -
CMYK 0.36 0.23 0 0.13
HSL 217.04º 0.55% 0.71% -
HSV(B) 217.04º 0.36% 0.87% -
XYZ 38.92 40.44 74.86 -
YUV 168.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 141 172 222 0.36 0.23 0 0.13 217.04 0.55 0.71
Hex 8D AC DE 24 17 0 D D9 37 47
Octal 215 254 336 44 27 0 15 331 67 107
Binary 10001101 10101100 11011110 100100 10111 0 1101 11011001 110111 1000111

Color Harmonies of #8DACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACDE

Black with #8DACDE

Text Example


Text Example

White with #8DACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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