Html Css Color HEX #79AACF Seagull

📋 copy color: '#79AACF'

red 121 ◦ green 170 ◦ blue 207

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

Shades of Seagull #79AACF

Tints of Seagull #79AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.14%

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

R = 24.3%
G = 34.14%
B = 41.57%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#79AACF (or 0x79AACF) is known color: Seagull. HEX triplet: 79, AA and CF. RGB value is (121,170,207). Sum of RGB (Red+Green+Blue) = 121+170+207=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #79AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AACF is #865530. Grayscale: #9F9F9F. Windows color (decimal): -8803633 or 13609593. OLE color: 13609593.

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

Color convert

RGB 121 170 207 -
CMYK 0.42 0.18 0 0.19
HSL 205.81º 0.47% 0.64% -
HSV(B) 205.81º 0.42% 0.81% -
XYZ 33.52 37.32 64.47 -
YUV 159.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 121 170 207 0.42 0.18 0 0.19 205.81 0.47 0.64
Hex 79 AA CF 2A 12 0 13 CE 2F 40
Octal 171 252 317 52 22 0 23 316 57 100
Binary 1111001 10101010 11001111 101010 10010 0 10011 11001110 101111 1000000

Color Harmonies of #79AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AACF

Black with #79AACF

Text Example


Text Example

White with #79AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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