#79A3CB

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

Shades of Polo Blue #79A3CB

Tints of Polo Blue #79A3CB

Color information

#79A3CB (or 0x79A3CB) is unknown color: approx Polo Blue. HEX triplet: 79, A3 and CB. RGB value is (121,163,203). Sum of RGB (Red+Green+Blue) = 121+163+203=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #79A3CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A3CB is #865C34. Grayscale: #9A9A9A. Windows color (decimal): -8805429 or 13345657. OLE color: 13345657.

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

Color convert

RGB121163203-
CMYK0.400.2000.20
HSL209.27º44.09%63.53%-
HSV(B)209.27º40.39%79.61%-
XYZ31.7634.5761.5-
YUV155155.09103.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.85%
GREEN value IS 163 (64.06% from 255) = 33.47%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=24.85%
G=33.47%
B=41.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211632030.400.2000.20209.2744.0963.53
Hex79A3CB2814014d12c40
Octal171243313502402432154100
Binary1111001101000111100101110100010100010100110100011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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