#79A2C3

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

Shades of Polo Blue #79A2C3

Tints of Polo Blue #79A2C3

Color information

#79A2C3 (or 0x79A2C3) is unknown color: approx Polo Blue. HEX triplet: 79, A2 and C3. RGB value is (121,162,195). Sum of RGB (Red+Green+Blue) = 121+162+195=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 195 - color contains mainly: blue. Hex color #79A2C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A2C3 is #865D3C. Grayscale: #999999. Windows color (decimal): -8805693 or 12821113. OLE color: 12821113.

HSL color Cylindrical-coordinate representation of color #79A2C3: hue angle of 206.76º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79A2C3 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB121162195-
CMYK0.380.1700.24
HSL206.76º38.14%61.96%-
HSV(B)206.76º37.95%76.47%-
XYZ30.6633.8556.55-
YUV153.5151.42104.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.31%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 195 (76.56% from 255) = 40.79%
R=25.31%
G=33.89%
B=40.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211621950.380.1700.24206.7638.1461.96
Hex79A2C32611018cf263e
Octal17124230346210303174676
Binary111100110100010110000111001101000101100011001111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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