#79A3CD

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

Shades of Polo Blue #79A3CD

Tints of Polo Blue #79A3CD

Color information

#79A3CD (or 0x79A3CD) is unknown color: approx Polo Blue. HEX triplet: 79, A3 and CD. RGB value is (121,163,205). Sum of RGB (Red+Green+Blue) = 121+163+205=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #79A3CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A3CD is #865C32. Grayscale: #9B9B9B. Windows color (decimal): -8805427 or 13476729. OLE color: 13476729.

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

Color convert

RGB121163205-
CMYK0.410.2000.20
HSL210º45.65%63.92%-
HSV(B)210º40.98%80.39%-
XYZ3234.6762.76-
YUV155.23156.09103.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.74%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=24.74%
G=33.33%
B=41.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211632050.410.2000.2021045.6563.92
Hex79A3CD2914014d22e40
Octal171243315512402432256100
Binary1111001101000111100110110100110100010100110100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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