#8DAAC8

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

Shades of Polo Blue #8DAAC8

Tints of Polo Blue #8DAAC8

Color information

#8DAAC8 (or 0x8DAAC8) is unknown color: approx Polo Blue. HEX triplet: 8D, AA and C8. RGB value is (141,170,200). Sum of RGB (Red+Green+Blue) = 141+170+200=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 200 - color contains mainly: blue. Hex color #8DAAC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAAC8 is #725537. Grayscale: #A4A4A4. Windows color (decimal): -7492920 or 13150861. OLE color: 13150861.

HSL color Cylindrical-coordinate representation of color #8DAAC8: hue angle of 210.51º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DAAC8 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB141170200-
CMYK0.290.1500.22
HSL210.51º34.91%66.86%-
HSV(B)210.51º29.5%78.43%-
XYZ35.7838.5860.2-
YUV164.75147.89111.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.59%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=27.59%
G=33.27%
B=39.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411702000.290.1500.22210.5134.9166.86
Hex8DAAC81DF016d32343
Octal215252310351702632343103
Binary100011011010101011001000111011111010110110100111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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