Html Css Color HEX #79BFCA Seagull

📋 copy color: '#79BFCA'

red 121 ◦ green 191 ◦ blue 202

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

Shades of Seagull #79BFCA

Tints of Seagull #79BFCA

RGB

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

 GREEN value IS 191 (75% from 255) = 37.16%

 BLUE value IS 202 (79.3% from 255) = 39.3%

R = 23.54%
G = 37.16%
B = 39.3%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#79BFCA (or 0x79BFCA) is known color: Seagull. HEX triplet: 79, BF and CA. RGB value is (121,191,202). Sum of RGB (Red+Green+Blue) = 121+191+202=514 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.54% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #79BFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BFCA is #864035. Grayscale: #ABABAB. Windows color (decimal): -8798262 or 13287289. OLE color: 13287289.

HSL color Cylindrical-coordinate representation of color #79BFCA: hue angle of 188.15º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79BFCA is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 191 202 -
CMYK 0.40 0.05 0 0.21
HSL 188.15º 0.43% 0.63% -
HSV(B) 188.15º 0.4% 0.79% -
XYZ 37.18 45.59 62.72 -
YUV 171.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 121 191 202 0.40 0.05 0 0.21 188.15 0.43 0.63
Hex 79 BF CA 28 5 0 15 BC 2B 3F
Octal 171 277 312 50 5 0 25 274 53 77
Binary 1111001 10111111 11001010 101000 101 0 10101 10111100 101011 111111

Color Harmonies of #79BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BFCA

Black with #79BFCA

Text Example


Text Example

White with #79BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,191,202); }

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

background-color css

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

 a { background-color: rgb(121,191,202); }

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

border-color css

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

 span { border-color: rgb(121,191,202); }

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