Html Css Color HEX #79C0CE Seagull

📋 copy color: '#79C0CE'

red 121 ◦ green 192 ◦ blue 206

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

Shades of Seagull #79C0CE

Tints of Seagull #79C0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.99%

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 23.31%
G = 36.99%
B = 39.69%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#79C0CE (or 0x79C0CE) is known color: Seagull. HEX triplet: 79, C0 and CE. RGB value is (121,192,206). Sum of RGB (Red+Green+Blue) = 121+192+206=519 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.31% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #79C0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C0CE is #863F31. Grayscale: #ACACAC. Windows color (decimal): -8798002 or 13549689. OLE color: 13549689.

HSL color Cylindrical-coordinate representation of color #79C0CE: hue angle of 189.88º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79C0CE is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 192 206 -
CMYK 0.41 0.07 0 0.19
HSL 189.88º 0.46% 0.64% -
HSV(B) 189.88º 0.41% 0.81% -
XYZ 37.88 46.22 65.32 -
YUV 172.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 121 192 206 0.41 0.07 0 0.19 189.88 0.46 0.64
Hex 79 C0 CE 29 7 0 13 BE 2E 40
Octal 171 300 316 51 7 0 23 276 56 100
Binary 1111001 11000000 11001110 101001 111 0 10011 10111110 101110 1000000

Color Harmonies of #79C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79C0CE

Black with #79C0CE

Text Example


Text Example

White with #79C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,192,206); }

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

background-color css

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

 a { background-color: rgb(121,192,206); }

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

border-color css

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

 span { border-color: rgb(121,192,206); }

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