Html Css Color HEX #79BADD Seagull

📋 copy color: '#79BADD'

red 121 ◦ green 186 ◦ blue 221

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

Shades of Seagull #79BADD

Tints of Seagull #79BADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 22.92%
G = 35.23%
B = 41.86%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79BADD (or 0x79BADD) is known color: Seagull. HEX triplet: 79, BA and DD. RGB value is (121,186,221). Sum of RGB (Red+Green+Blue) = 121+186+221=528 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.92% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #79BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BADD is #864522. Grayscale: #AAAAAA. Windows color (decimal): -8799523 or 14531193. OLE color: 14531193.

HSL color Cylindrical-coordinate representation of color #79BADD: hue angle of 201º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79BADD is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 186 221 -
CMYK 0.45 0.16 0 0.13
HSL 201º 0.6% 0.67% -
HSV(B) 201º 0.45% 0.87% -
XYZ 38.5 44.4 74.95 -
YUV 170.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 121 186 221 0.45 0.16 0 0.13 201 0.6 0.67
Hex 79 BA DD 2D 10 0 D C9 3C 43
Octal 171 272 335 55 20 0 15 311 74 103
Binary 1111001 10111010 11011101 101101 10000 0 1101 11001001 111100 1000011

Color Harmonies of #79BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BADD

Black with #79BADD

Text Example


Text Example

White with #79BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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