Html Css Color HEX #79BDDD Seagull

📋 copy color: '#79BDDD'

red 121 ◦ green 189 ◦ blue 221

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

Shades of Seagull #79BDDD

Tints of Seagull #79BDDD

RGB

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

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

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

R = 22.79%
G = 35.59%
B = 41.62%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79BDDD (or 0x79BDDD) is known color: Seagull. HEX triplet: 79, BD and DD. RGB value is (121,189,221). Sum of RGB (Red+Green+Blue) = 121+189+221=531 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.79% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #79BDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BDDD is #864222. Grayscale: #ACACAC. Windows color (decimal): -8798755 or 14531961. OLE color: 14531961.

HSL color Cylindrical-coordinate representation of color #79BDDD: hue angle of 199.2º 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 #79BDDD is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 189 221 -
CMYK 0.45 0.14 0 0.13
HSL 199.2º 0.6% 0.67% -
HSV(B) 199.2º 0.45% 0.87% -
XYZ 39.13 45.68 75.16 -
YUV 172.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 121 189 221 0.45 0.14 0 0.13 199.2 0.6 0.67
Hex 79 BD DD 2D E 0 D C7 3C 43
Octal 171 275 335 55 16 0 15 307 74 103
Binary 1111001 10111101 11011101 101101 1110 0 1101 11000111 111100 1000011

Color Harmonies of #79BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BDDD

Black with #79BDDD

Text Example


Text Example

White with #79BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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