#79CDDA

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

Shades of Spray #79CDDA

Tints of Spray #79CDDA

Color information

#79CDDA (or 0x79CDDA) is unknown color: approx Spray. HEX triplet: 79, CD and DA. RGB value is (121,205,218). Sum of RGB (Red+Green+Blue) = 121+205+218=544 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.24% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #79CDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CDDA is #863225. Grayscale: #B5B5B5. Windows color (decimal): -8794662 or 14339449. OLE color: 14339449.

HSL color Cylindrical-coordinate representation of color #79CDDA: hue angle of 188.04º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79CDDA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121205218-
CMYK0.440.0600.15
HSL188.04º56.73%66.47%-
HSV(B)188.04º44.5%85.49%-
XYZ42.3752.7974.29-
YUV181.37148.6784.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.24%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=22.24%
G=37.68%
B=40.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1212052180.440.0600.15188.0456.7366.47
Hex79CDDA2C60Fbc3942
Octal17131533254601727471102
Binary1111001110011011101101010110011001111101111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,205,218); }

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

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

 a { background-color: rgb(121,205,218); }

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

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

 span { border-color: rgb(121,205,218); }

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