Html Css Color HEX #79BADB Seagull

📋 copy color: '#79BADB'

red 121 ◦ green 186 ◦ blue 219

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

Shades of Seagull #79BADB

Tints of Seagull #79BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 23%
G = 35.36%
B = 41.63%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79BADB (or 0x79BADB) is known color: Seagull. HEX triplet: 79, BA and DB. RGB value is (121,186,219). Sum of RGB (Red+Green+Blue) = 121+186+219=526 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.00% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #79BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BADB is #864524. Grayscale: #AAAAAA. Windows color (decimal): -8799525 or 14400121. OLE color: 14400121.

HSL color Cylindrical-coordinate representation of color #79BADB: hue angle of 200.2º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79BADB is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 186 219 -
CMYK 0.45 0.15 0 0.14
HSL 200.2º 0.58% 0.67% -
HSV(B) 200.2º 0.45% 0.86% -
XYZ 38.23 44.3 73.55 -
YUV 170.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 121 186 219 0.45 0.15 0 0.14 200.2 0.58 0.67
Hex 79 BA DB 2D F 0 E C8 3A 43
Octal 171 272 333 55 17 0 16 310 72 103
Binary 1111001 10111010 11011011 101101 1111 0 1110 11001000 111010 1000011

Color Harmonies of #79BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BADB

Black with #79BADB

Text Example


Text Example

White with #79BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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