Html Css Color HEX #79A0CF Polo Blue

📋 copy color: '#79A0CF'

red 121 ◦ green 160 ◦ blue 207

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

Shades of Polo Blue #79A0CF

Tints of Polo Blue #79A0CF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.79%

 BLUE value IS 207 (81.25% from 255) = 42.42%

R = 24.8%
G = 32.79%
B = 42.42%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#79A0CF (or 0x79A0CF) is known color: Polo Blue. HEX triplet: 79, A0 and CF. RGB value is (121,160,207). Sum of RGB (Red+Green+Blue) = 121+160+207=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #79A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A0CF is #865F30. Grayscale: #999999. Windows color (decimal): -8806193 or 13607033. OLE color: 13607033.

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

Color convert

RGB 121 160 207 -
CMYK 0.42 0.23 0 0.19
HSL 212.79º 0.47% 0.64% -
HSV(B) 212.79º 0.42% 0.81% -
XYZ 31.72 33.71 63.87 -
YUV 153.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 121 160 207 0.42 0.23 0 0.19 212.79 0.47 0.64
Hex 79 A0 CF 2A 17 0 13 D5 2F 40
Octal 171 240 317 52 27 0 23 325 57 100
Binary 1111001 10100000 11001111 101010 10111 0 10011 11010101 101111 1000000

Color Harmonies of #79A0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A0CF

Black with #79A0CF

Text Example


Text Example

White with #79A0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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