Html Css Color HEX #8DAECD Polo Blue

📋 copy color: '#8DAECD'

red 141 ◦ green 174 ◦ blue 205

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

Shades of Polo Blue #8DAECD

Tints of Polo Blue #8DAECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.46%

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

R = 27.12%
G = 33.46%
B = 39.42%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8DAECD (or 0x8DAECD) is known color: Polo Blue. HEX triplet: 8D, AE and CD. RGB value is (141,174,205). Sum of RGB (Red+Green+Blue) = 141+174+205=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAECD is #725132. Grayscale: #A7A7A7. Windows color (decimal): -7491891 or 13479565. OLE color: 13479565.

HSL color Cylindrical-coordinate representation of color #8DAECD: hue angle of 209.06º 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 #8DAECD is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 174 205 -
CMYK 0.31 0.15 0 0.20
HSL 209.06º 0.39% 0.68% -
HSV(B) 209.06º 0.31% 0.8% -
XYZ 37.14 40.34 63.59 -
YUV 167.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 141 174 205 0.31 0.15 0 0.20 209.06 0.39 0.68
Hex 8D AE CD 1F F 0 14 D1 27 44
Octal 215 256 315 37 17 0 24 321 47 104
Binary 10001101 10101110 11001101 11111 1111 0 10100 11010001 100111 1000100

Color Harmonies of #8DAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAECD

Black with #8DAECD

Text Example


Text Example

White with #8DAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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