#8DAAC4

Color #8DAAC4 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #8DAAC4

Tints of Polo Blue #8DAAC4

Color information

#8DAAC4 (or 0x8DAAC4) is unknown color: approx Polo Blue. HEX triplet: 8D, AA and C4. RGB value is (141,170,196). Sum of RGB (Red+Green+Blue) = 141+170+196=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 196 - color contains mainly: blue. Hex color #8DAAC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAAC4 is #72553B. Grayscale: #A4A4A4. Windows color (decimal): -7492924 or 12888717. OLE color: 12888717.

HSL color Cylindrical-coordinate representation of color #8DAAC4: hue angle of 208.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DAAC4 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB141170196-
CMYK0.280.1300.23
HSL208.36º31.79%66.08%-
HSV(B)208.36º28.06%76.86%-
XYZ35.3238.457.77-
YUV164.29145.89111.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.81%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=27.81%
G=33.53%
B=38.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411701960.280.1300.23208.3631.7966.08
Hex8DAAC41CD017d02042
Octal215252304341502732040102
Binary100011011010101011000100111001101010111110100001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DAAC4;
 }
 .AnyTagClassName
 {
   color: #8DAAC4;
 }
</style>
background-color css

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

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

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

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

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

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