#79A6C9

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

Shades of Polo Blue #79A6C9

Tints of Polo Blue #79A6C9

Color information

#79A6C9 (or 0x79A6C9) is unknown color: approx Polo Blue. HEX triplet: 79, A6 and C9. RGB value is (121,166,201). Sum of RGB (Red+Green+Blue) = 121+166+201=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #79A6C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A6C9 is #865936. Grayscale: #9C9C9C. Windows color (decimal): -8804663 or 13215353. OLE color: 13215353.

HSL color Cylindrical-coordinate representation of color #79A6C9: hue angle of 206.25º 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 #79A6C9 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB121166201-
CMYK0.400.1700.21
HSL206.25º42.55%63.14%-
HSV(B)206.25º39.8%78.82%-
XYZ32.0635.5560.43-
YUV156.53153.09102.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.80%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 201 (78.91% from 255) = 41.19%
R=24.80%
G=34.02%
B=41.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211662010.400.1700.21206.2542.5563.14
Hex79A6C92811015ce2b3f
Octal17124631150210253165377
Binary111100110100110110010011010001000101010111001110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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