Html Css Color HEX #8DAACE Polo Blue

📋 copy color: '#8DAACE'

red 141 ◦ green 170 ◦ blue 206

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

Shades of Polo Blue #8DAACE

Tints of Polo Blue #8DAACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.88%

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

R = 27.27%
G = 32.88%
B = 39.85%

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

#8DAACE (or 0x8DAACE) is known color: Polo Blue. HEX triplet: 8D, AA and CE. RGB value is (141,170,206). Sum of RGB (Red+Green+Blue) = 141+170+206=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DAACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAACE is #725531. Grayscale: #A5A5A5. Windows color (decimal): -7492914 or 13544077. OLE color: 13544077.

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

Color convert

RGB 141 170 206 -
CMYK 0.32 0.17 0 0.19
HSL 213.23º 0.4% 0.68% -
HSV(B) 213.23º 0.32% 0.81% -
XYZ 36.5 38.87 63.97 -
YUV 165.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 141 170 206 0.32 0.17 0 0.19 213.23 0.4 0.68
Hex 8D AA CE 20 11 0 13 D5 28 44
Octal 215 252 316 40 21 0 23 325 50 104
Binary 10001101 10101010 11001110 100000 10001 0 10011 11010101 101000 1000100

Color Harmonies of #8DAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAACE

Black with #8DAACE

Text Example


Text Example

White with #8DAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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