Html Css Color HEX #8DAECC Polo Blue

📋 copy color: '#8DAECC'

red 141 ◦ green 174 ◦ blue 204

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

Shades of Polo Blue #8DAECC

Tints of Polo Blue #8DAECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 27.17%
G = 33.53%
B = 39.31%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8DAECC (or 0x8DAECC) is known color: Polo Blue. HEX triplet: 8D, AE and CC. RGB value is (141,174,204). Sum of RGB (Red+Green+Blue) = 141+174+204=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAECC is #725133. Grayscale: #A7A7A7. Windows color (decimal): -7491892 or 13414029. OLE color: 13414029.

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

Color convert

RGB 141 174 204 -
CMYK 0.31 0.15 0 0.2
HSL 208.57º 0.38% 0.68% -
HSV(B) 208.57º 0.31% 0.8% -
XYZ 37.02 40.29 62.95 -
YUV 167.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 141 174 204 0.31 0.15 0 0.2 208.57 0.38 0.68
Hex 8D AE CC 1F F 0 14 D1 26 44
Octal 215 256 314 37 17 0 24 321 46 104
Binary 10001101 10101110 11001100 11111 1111 0 10100 11010001 100110 1000100

Color Harmonies of #8DAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAECC

Black with #8DAECC

Text Example


Text Example

White with #8DAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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