Html Css Color HEX #79A2CE Polo Blue

📋 copy color: '#79A2CE'

red 121 ◦ green 162 ◦ blue 206

#79A2CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #79A2CE

Tints of Polo Blue #79A2CE

RGB

 RED value IS 121 (47.66% from 255) = 24.74%

 GREEN value IS 162 (63.67% from 255) = 33.13%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 24.74%
G = 33.13%
B = 42.13%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#79A2CE (or 0x79A2CE) is known color: Polo Blue. HEX triplet: 79, A2 and CE. RGB value is (121,162,206). Sum of RGB (Red+Green+Blue) = 121+162+206=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #79A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A2CE is #865D31. Grayscale: #9A9A9A. Windows color (decimal): -8805682 or 13542009. OLE color: 13542009.

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

Color convert

RGB 121 162 206 -
CMYK 0.41 0.21 0 0.19
HSL 211.06º 0.46% 0.64% -
HSV(B) 211.06º 0.41% 0.81% -
XYZ 31.95 34.36 63.34 -
YUV 154.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 121 162 206 0.41 0.21 0 0.19 211.06 0.46 0.64
Hex 79 A2 CE 29 15 0 13 D3 2E 40
Octal 171 242 316 51 25 0 23 323 56 100
Binary 1111001 10100010 11001110 101001 10101 0 10011 11010011 101110 1000000

Color Harmonies of #79A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A2CE

Black with #79A2CE

Text Example


Text Example

White with #79A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,162,206); }

 H1.HeaderClassName
 {
   color: #79A2CE;
 }
 .AnyTagClassName
 {
   color: #79A2CE;
 }
</style>

background-color css

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

 a { background-color: rgb(121,162,206); }

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

border-color css

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

 span { border-color: rgb(121,162,206); }

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