Html Css Color HEX #79BACE Seagull

📋 copy color: '#79BACE'

red 121 ◦ green 186 ◦ blue 206

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

Shades of Seagull #79BACE

Tints of Seagull #79BACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 23.59%
G = 36.26%
B = 40.16%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#79BACE (or 0x79BACE) is known color: Seagull. HEX triplet: 79, BA and CE. RGB value is (121,186,206). Sum of RGB (Red+Green+Blue) = 121+186+206=513 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.59% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #79BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BACE is #864531. Grayscale: #A8A8A8. Windows color (decimal): -8799538 or 13548153. OLE color: 13548153.

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

Color convert

RGB 121 186 206 -
CMYK 0.41 0.10 0 0.19
HSL 194.12º 0.46% 0.64% -
HSV(B) 194.12º 0.41% 0.81% -
XYZ 36.58 43.64 64.89 -
YUV 168.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 121 186 206 0.41 0.10 0 0.19 194.12 0.46 0.64
Hex 79 BA CE 29 A 0 13 C2 2E 40
Octal 171 272 316 51 12 0 23 302 56 100
Binary 1111001 10111010 11001110 101001 1010 0 10011 11000010 101110 1000000

Color Harmonies of #79BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BACE

Black with #79BACE

Text Example


Text Example

White with #79BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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