#79A0CB

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

Shades of Polo Blue #79A0CB

Tints of Polo Blue #79A0CB

Color information

#79A0CB (or 0x79A0CB) is unknown color: approx Polo Blue. HEX triplet: 79, A0 and CB. RGB value is (121,160,203). Sum of RGB (Red+Green+Blue) = 121+160+203=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #79A0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A0CB is #865F34. Grayscale: #999999. Windows color (decimal): -8806197 or 13344889. OLE color: 13344889.

HSL color Cylindrical-coordinate representation of color #79A0CB: hue angle of 211.46º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79A0CB is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121160203-
CMYK0.400.2100.20
HSL211.46º44.09%63.53%-
HSV(B)211.46º40.39%79.61%-
XYZ31.2433.5261.32-
YUV153.24156.08105-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25%
GREEN value IS 160 (62.89% from 255) = 33.06%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=25%
G=33.06%
B=41.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211602030.400.2100.20211.4644.0963.53
Hex79A0CB2815014d32c40
Octal171240313502502432354100
Binary1111001101000001100101110100010101010100110100111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,160,203); }

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

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

 a { background-color: rgb(121,160,203); }

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

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

 span { border-color: rgb(121,160,203); }

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