#79A6CA

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

Shades of Polo Blue #79A6CA

Tints of Polo Blue #79A6CA

Color information

#79A6CA (or 0x79A6CA) is unknown color: approx Polo Blue. HEX triplet: 79, A6 and CA. RGB value is (121,166,202). Sum of RGB (Red+Green+Blue) = 121+166+202=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #79A6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A6CA is #865935. Grayscale: #9C9C9C. Windows color (decimal): -8804662 or 13280889. OLE color: 13280889.

HSL color Cylindrical-coordinate representation of color #79A6CA: hue angle of 206.67º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79A6CA is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB121166202-
CMYK0.400.1800.21
HSL206.67º43.32%63.33%-
HSV(B)206.67º40.1%79.22%-
XYZ32.1835.661.05-
YUV156.65153.59102.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.74%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=24.74%
G=33.95%
B=41.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211662020.400.1800.21206.6743.3263.33
Hex79A6CA2812015cf2b3f
Octal17124631250220253175377
Binary111100110100110110010101010001001001010111001111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,166,202); }

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

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

 a { background-color: rgb(121,166,202); }

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

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

 span { border-color: rgb(121,166,202); }

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