#79CED6

Color #79CED6 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #79CED6

Tints of Spray #79CED6

Color information

#79CED6 (or 0x79CED6) is unknown color: approx Spray. HEX triplet: 79, CE and D6. RGB value is (121,206,214). Sum of RGB (Red+Green+Blue) = 121+206+214=541 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.37% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #79CED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CED6 is #863129. Grayscale: #B5B5B5. Windows color (decimal): -8794410 or 14077561. OLE color: 14077561.

HSL color Cylindrical-coordinate representation of color #79CED6: hue angle of 185.16º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79CED6 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121206214-
CMYK0.430.0400.16
HSL185.16º53.14%65.69%-
HSV(B)185.16º43.46%83.92%-
XYZ42.0953.0671.64-
YUV181.5146.3484.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.37%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 214 (83.98% from 255) = 39.56%
R=22.37%
G=38.08%
B=39.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1212062140.430.0400.16185.1653.1465.69
Hex79CED62B4010b93542
Octal17131632653402027165102
Binary11110011100111011010110101011100010000101110011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #79CED6;
 }
 .AnyTagClassName
 {
   color: #79CED6;
 }
</style>
background-color css

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

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

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

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

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

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