#8DAAC9

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

Shades of Polo Blue #8DAAC9

Tints of Polo Blue #8DAAC9

Color information

#8DAAC9 (or 0x8DAAC9) is unknown color: approx Polo Blue. HEX triplet: 8D, AA and C9. RGB value is (141,170,201). Sum of RGB (Red+Green+Blue) = 141+170+201=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #8DAAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAAC9 is #725536. Grayscale: #A4A4A4. Windows color (decimal): -7492919 or 13216397. OLE color: 13216397.

HSL color Cylindrical-coordinate representation of color #8DAAC9: hue angle of 211º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DAAC9 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141170201-
CMYK0.300.1500.21
HSL211º35.71%67.06%-
HSV(B)211º29.85%78.82%-
XYZ35.938.6360.82-
YUV164.86148.39110.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.54%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 201 (78.91% from 255) = 39.26%
R=27.54%
G=33.20%
B=39.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411702010.300.1500.2121135.7167.06
Hex8DAAC91EF015d32443
Octal215252311361702532344103
Binary100011011010101011001001111101111010101110100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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