#79CFD9

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

Shades of Spray #79CFD9

Tints of Spray #79CFD9

Color information

#79CFD9 (or 0x79CFD9) is unknown color: approx Spray. HEX triplet: 79, CF and D9. RGB value is (121,207,217). Sum of RGB (Red+Green+Blue) = 121+207+217=545 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.20% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #79CFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CFD9 is #863026. Grayscale: #B6B6B6. Windows color (decimal): -8794151 or 14274425. OLE color: 14274425.

HSL color Cylindrical-coordinate representation of color #79CFD9: hue angle of 186.25º degrees, saturation: 0.56, 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 #79CFD9 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121207217-
CMYK0.440.0500.15
HSL186.25º55.81%66.27%-
HSV(B)186.25º44.24%85.1%-
XYZ42.7253.773.76-
YUV182.43147.5184.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.20%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 217 (85.16% from 255) = 39.82%
R=22.20%
G=37.98%
B=39.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1212072170.440.0500.15186.2555.8166.27
Hex79CFD92C50Fba3842
Octal17131733154501727270102
Binary1111001110011111101100110110010101111101110101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,207,217); }

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

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

 a { background-color: rgb(121,207,217); }

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

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

 span { border-color: rgb(121,207,217); }

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