#819ACE

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

Shades of Polo Blue #819ACE

Tints of Polo Blue #819ACE

Color information

#819ACE (or 0x819ACE) is unknown color: approx Polo Blue. HEX triplet: 81, 9A and CE. RGB value is (129,154,206). Sum of RGB (Red+Green+Blue) = 129+154+206=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #819ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ACE is #7E6531. Grayscale: #989898. Windows color (decimal): -8283442 or 13539969. OLE color: 13539969.

HSL color Cylindrical-coordinate representation of color #819ACE: hue angle of 220.52º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #819ACE is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129154206-
CMYK0.370.2500.19
HSL220.52º44%65.69%-
HSV(B)220.52º37.38%80.78%-
XYZ31.7532.2362.94-
YUV152.45158.22111.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.38%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=26.38%
G=31.49%
B=42.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291542060.370.2500.19220.524465.69
Hex819ACE2519013dd2c42
Octal201232316453102333554102
Binary10000001100110101100111010010111001010011110111011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819ACE; }

 p { color: rgb(129,154,206); }

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

<style>
 a { background-color: #819ACE; }

 a { background-color: rgb(129,154,206); }

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

<style>
 span { border-color: #819ACE; }

 span { border-color: rgb(129,154,206); }

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