Html Css Color HEX #79BCCF Seagull

📋 copy color: '#79BCCF'

red 121 ◦ green 188 ◦ blue 207

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

Shades of Seagull #79BCCF

Tints of Seagull #79BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 23.45%
G = 36.43%
B = 40.12%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#79BCCF (or 0x79BCCF) is known color: Seagull. HEX triplet: 79, BC and CF. RGB value is (121,188,207). Sum of RGB (Red+Green+Blue) = 121+188+207=516 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.45% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #79BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BCCF is #864330. Grayscale: #A9A9A9. Windows color (decimal): -8799025 or 13614201. OLE color: 13614201.

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

Color convert

RGB 121 188 207 -
CMYK 0.42 0.09 0 0.19
HSL 193.26º 0.47% 0.64% -
HSV(B) 193.26º 0.42% 0.81% -
XYZ 37.13 44.54 65.67 -
YUV 170.13 148.8 92.96 -
System Red Green Blue C M Y K H S L
Decimal 121 188 207 0.42 0.09 0 0.19 193.26 0.47 0.64
Hex 79 BC CF 2A 9 0 13 C1 2F 40
Octal 171 274 317 52 11 0 23 301 57 100
Binary 1111001 10111100 11001111 101010 1001 0 10011 11000001 101111 1000000

Color Harmonies of #79BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BCCF

Black with #79BCCF

Text Example


Text Example

White with #79BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,188,207); }

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

background-color css

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

 a { background-color: rgb(121,188,207); }

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

border-color css

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

 span { border-color: rgb(121,188,207); }

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