Html Css Color HEX #79A8C8 Seagull

📋 copy color: '#79A8C8'

red 121 ◦ green 168 ◦ blue 200

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

Shades of Seagull #79A8C8

Tints of Seagull #79A8C8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.36%

 BLUE value IS 200 (78.52% from 255) = 40.9%

R = 24.74%
G = 34.36%
B = 40.9%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#79A8C8 (or 0x79A8C8) is known color: Seagull. HEX triplet: 79, A8 and C8. RGB value is (121,168,200). Sum of RGB (Red+Green+Blue) = 121+168+200=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #79A8C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A8C8 is #865737. Grayscale: #9D9D9D. Windows color (decimal): -8804152 or 13150329. OLE color: 13150329.

HSL color Cylindrical-coordinate representation of color #79A8C8: hue angle of 204.3º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79A8C8 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 168 200 -
CMYK 0.39 0.16 0 0.22
HSL 204.3º 0.42% 0.63% -
HSV(B) 204.3º 0.4% 0.78% -
XYZ 32.31 36.24 59.94 -
YUV 157.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 121 168 200 0.39 0.16 0 0.22 204.3 0.42 0.63
Hex 79 A8 C8 27 10 0 16 CC 2A 3F
Octal 171 250 310 47 20 0 26 314 52 77
Binary 1111001 10101000 11001000 100111 10000 0 10110 11001100 101010 111111

Color Harmonies of #79A8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A8C8

Black with #79A8C8

Text Example


Text Example

White with #79A8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,168,200); }

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

background-color css

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

 a { background-color: rgb(121,168,200); }

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

border-color css

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

 span { border-color: rgb(121,168,200); }

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