Html Css Color HEX #79C2DC Spray

📋 copy color: '#79C2DC'

red 121 ◦ green 194 ◦ blue 220

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

Shades of Spray #79C2DC

Tints of Spray #79C2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.26%

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 22.62%
G = 36.26%
B = 41.12%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79C2DC (or 0x79C2DC) is known color: Spray. HEX triplet: 79, C2 and DC. RGB value is (121,194,220). Sum of RGB (Red+Green+Blue) = 121+194+220=535 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.62% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #79C2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C2DC is #863D23. Grayscale: #AEAEAE. Windows color (decimal): -8797476 or 14467705. OLE color: 14467705.

HSL color Cylindrical-coordinate representation of color #79C2DC: hue angle of 195.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79C2DC is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 194 220 -
CMYK 0.45 0.12 0 0.14
HSL 195.76º 0.59% 0.67% -
HSV(B) 195.76º 0.45% 0.86% -
XYZ 40.1 47.82 74.83 -
YUV 175.14 153.32 89.39 -
System Red Green Blue C M Y K H S L
Decimal 121 194 220 0.45 0.12 0 0.14 195.76 0.59 0.67
Hex 79 C2 DC 2D C 0 E C4 3B 43
Octal 171 302 334 55 14 0 16 304 73 103
Binary 1111001 11000010 11011100 101101 1100 0 1110 11000100 111011 1000011

Color Harmonies of #79C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79C2DC

Black with #79C2DC

Text Example


Text Example

White with #79C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,194,220); }

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

background-color css

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

 a { background-color: rgb(121,194,220); }

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

border-color css

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

 span { border-color: rgb(121,194,220); }

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