Html Css Color HEX #79A1CF Polo Blue

📋 copy color: '#79A1CF'

red 121 ◦ green 161 ◦ blue 207

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

Shades of Polo Blue #79A1CF

Tints of Polo Blue #79A1CF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.92%

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

R = 24.74%
G = 32.92%
B = 42.33%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#79A1CF (or 0x79A1CF) is known color: Polo Blue. HEX triplet: 79, A1 and CF. RGB value is (121,161,207). Sum of RGB (Red+Green+Blue) = 121+161+207=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #79A1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1CF is #865E30. Grayscale: #9A9A9A. Windows color (decimal): -8805937 or 13607289. OLE color: 13607289.

HSL color Cylindrical-coordinate representation of color #79A1CF: hue angle of 212.09º 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 #79A1CF is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 161 207 -
CMYK 0.42 0.22 0 0.19
HSL 212.09º 0.47% 0.64% -
HSV(B) 212.09º 0.42% 0.81% -
XYZ 31.89 34.06 63.92 -
YUV 154.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 121 161 207 0.42 0.22 0 0.19 212.09 0.47 0.64
Hex 79 A1 CF 2A 16 0 13 D4 2F 40
Octal 171 241 317 52 26 0 23 324 57 100
Binary 1111001 10100001 11001111 101010 10110 0 10011 11010100 101111 1000000

Color Harmonies of #79A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A1CF

Black with #79A1CF

Text Example


Text Example

White with #79A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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