Html Css Color HEX #79BACF Seagull

📋 copy color: '#79BACF'

red 121 ◦ green 186 ◦ blue 207

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

Shades of Seagull #79BACF

Tints of Seagull #79BACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.19%

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

R = 23.54%
G = 36.19%
B = 40.27%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#79BACF (or 0x79BACF) is known color: Seagull. HEX triplet: 79, BA and CF. RGB value is (121,186,207). Sum of RGB (Red+Green+Blue) = 121+186+207=514 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.54% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #79BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BACF is #864530. Grayscale: #A8A8A8. Windows color (decimal): -8799537 or 13613689. OLE color: 13613689.

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

Color convert

RGB 121 186 207 -
CMYK 0.42 0.10 0 0.19
HSL 194.65º 0.47% 0.64% -
HSV(B) 194.65º 0.42% 0.81% -
XYZ 36.71 43.69 65.53 -
YUV 168.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 121 186 207 0.42 0.10 0 0.19 194.65 0.47 0.64
Hex 79 BA CF 2A A 0 13 C3 2F 40
Octal 171 272 317 52 12 0 23 303 57 100
Binary 1111001 10111010 11001111 101010 1010 0 10011 11000011 101111 1000000

Color Harmonies of #79BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BACF

Black with #79BACF

Text Example


Text Example

White with #79BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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