Html Css Color HEX #8DAECE Polo Blue

📋 copy color: '#8DAECE'

red 141 ◦ green 174 ◦ blue 206

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

Shades of Polo Blue #8DAECE

Tints of Polo Blue #8DAECE

RGB

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

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

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

R = 27.06%
G = 33.4%
B = 39.54%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DAECE (or 0x8DAECE) is known color: Polo Blue. HEX triplet: 8D, AE and CE. RGB value is (141,174,206). Sum of RGB (Red+Green+Blue) = 141+174+206=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DAECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAECE is #725131. Grayscale: #A7A7A7. Windows color (decimal): -7491890 or 13545101. OLE color: 13545101.

HSL color Cylindrical-coordinate representation of color #8DAECE: hue angle of 209.54º 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 #8DAECE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 174 206 -
CMYK 0.32 0.16 0 0.19
HSL 209.54º 0.4% 0.68% -
HSV(B) 209.54º 0.32% 0.81% -
XYZ 37.26 40.39 64.22 -
YUV 167.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 141 174 206 0.32 0.16 0 0.19 209.54 0.4 0.68
Hex 8D AE CE 20 10 0 13 D2 28 44
Octal 215 256 316 40 20 0 23 322 50 104
Binary 10001101 10101110 11001110 100000 10000 0 10011 11010010 101000 1000100

Color Harmonies of #8DAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAECE

Black with #8DAECE

Text Example


Text Example

White with #8DAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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