Html Css Color HEX #79A0CC Polo Blue

📋 copy color: '#79A0CC'

red 121 ◦ green 160 ◦ blue 204

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

Shades of Polo Blue #79A0CC

Tints of Polo Blue #79A0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 24.95%
G = 32.99%
B = 42.06%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#79A0CC (or 0x79A0CC) is known color: Polo Blue. HEX triplet: 79, A0 and CC. RGB value is (121,160,204). Sum of RGB (Red+Green+Blue) = 121+160+204=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #79A0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A0CC is #865F33. Grayscale: #999999. Windows color (decimal): -8806196 or 13410425. OLE color: 13410425.

HSL color Cylindrical-coordinate representation of color #79A0CC: hue angle of 211.81º degrees, saturation: 0.45, 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 #79A0CC is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 160 204 -
CMYK 0.41 0.22 0 0.2
HSL 211.81º 0.45% 0.64% -
HSV(B) 211.81º 0.41% 0.8% -
XYZ 31.36 33.57 61.95 -
YUV 153.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 121 160 204 0.41 0.22 0 0.2 211.81 0.45 0.64
Hex 79 A0 CC 29 16 0 14 D4 2D 40
Octal 171 240 314 51 26 0 24 324 55 100
Binary 1111001 10100000 11001100 101001 10110 0 10100 11010100 101101 1000000

Color Harmonies of #79A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A0CC

Black with #79A0CC

Text Example


Text Example

White with #79A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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