Html Css Color HEX #79BDE0 Seagull

📋 copy color: '#79BDE0'

red 121 ◦ green 189 ◦ blue 224

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

Shades of Seagull #79BDE0

Tints of Seagull #79BDE0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.39%

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

R = 22.66%
G = 35.39%
B = 41.95%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#79BDE0 (or 0x79BDE0) is known color: Seagull. HEX triplet: 79, BD and E0. RGB value is (121,189,224). Sum of RGB (Red+Green+Blue) = 121+189+224=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #79BDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BDE0 is #86421F. Grayscale: #ACACAC. Windows color (decimal): -8798752 or 14728569. OLE color: 14728569.

HSL color Cylindrical-coordinate representation of color #79BDE0: hue angle of 200.39º 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 #79BDE0 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 121 189 224 -
CMYK 0.46 0.16 0 0.12
HSL 200.39º 0.62% 0.68% -
HSV(B) 200.39º 0.46% 0.88% -
XYZ 39.54 45.84 77.29 -
YUV 172.66 156.97 91.15 -
System Red Green Blue C M Y K H S L
Decimal 121 189 224 0.46 0.16 0 0.12 200.39 0.62 0.68
Hex 79 BD E0 2E 10 0 C C8 3E 44
Octal 171 275 340 56 20 0 14 310 76 104
Binary 1111001 10111101 11100000 101110 10000 0 1100 11001000 111110 1000100

Color Harmonies of #79BDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BDE0

Black with #79BDE0

Text Example


Text Example

White with #79BDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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