Html Css Color HEX #79BAE0 Seagull

📋 copy color: '#79BAE0'

red 121 ◦ green 186 ◦ blue 224

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

Shades of Seagull #79BAE0

Tints of Seagull #79BAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.18%

R = 22.79%
G = 35.03%
B = 42.18%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#79BAE0 (or 0x79BAE0) is known color: Seagull. HEX triplet: 79, BA and E0. RGB value is (121,186,224). Sum of RGB (Red+Green+Blue) = 121+186+224=531 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.79% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #79BAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BAE0 is #86451F. Grayscale: #AAAAAA. Windows color (decimal): -8799520 or 14727801. OLE color: 14727801.

HSL color Cylindrical-coordinate representation of color #79BAE0: hue angle of 202.14º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79BAE0 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 121 186 224 -
CMYK 0.46 0.17 0 0.12
HSL 202.14º 0.62% 0.68% -
HSV(B) 202.14º 0.46% 0.88% -
XYZ 38.9 44.56 77.07 -
YUV 170.9 157.97 92.41 -
System Red Green Blue C M Y K H S L
Decimal 121 186 224 0.46 0.17 0 0.12 202.14 0.62 0.68
Hex 79 BA E0 2E 11 0 C CA 3E 44
Octal 171 272 340 56 21 0 14 312 76 104
Binary 1111001 10111010 11100000 101110 10001 0 1100 11001010 111110 1000100

Color Harmonies of #79BAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BAE0

Black with #79BAE0

Text Example


Text Example

White with #79BAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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