#79A2CE

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

Shades of Polo Blue #79A2CE

Tints of Polo Blue #79A2CE

Color information

#79A2CE (or 0x79A2CE) is unknown color: approx Polo Blue. HEX triplet: 79, A2 and CE. RGB value is (121,162,206). Sum of RGB (Red+Green+Blue) = 121+162+206=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 162 (63.67% from 255 or 33.13% 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 #79A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A2CE is #865D31. Grayscale: #9A9A9A. Windows color (decimal): -8805682 or 13542009. OLE color: 13542009.

HSL color Cylindrical-coordinate representation of color #79A2CE: hue angle of 211.06º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79A2CE is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121162206-
CMYK0.410.2100.19
HSL211.06º46.45%64.12%-
HSV(B)211.06º41.26%80.78%-
XYZ31.9534.3663.34-
YUV154.76156.92103.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.74%
GREEN value IS 162 (63.67% from 255) = 33.13%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=24.74%
G=33.13%
B=42.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211622060.410.2100.19211.0646.4564.12
Hex79A2CE2915013d32e40
Octal171242316512502332356100
Binary1111001101000101100111010100110101010011110100111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79A2CE; }

 p { color: rgb(121,162,206); }

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

<style>
 a { background-color: #79A2CE; }

 a { background-color: rgb(121,162,206); }

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

<style>
 span { border-color: #79A2CE; }

 span { border-color: rgb(121,162,206); }

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