#79D3DE

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

Shades of Spray #79D3DE

Tints of Spray #79D3DE

Color information

#79D3DE (or 0x79D3DE) is unknown color: approx Spray. HEX triplet: 79, D3 and DE. RGB value is (121,211,222). Sum of RGB (Red+Green+Blue) = 121+211+222=554 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.84% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #79D3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D3DE is #862C21. Grayscale: #B9B9B9. Windows color (decimal): -8793122 or 14603129. OLE color: 14603129.

HSL color Cylindrical-coordinate representation of color #79D3DE: hue angle of 186.53º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79D3DE is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121211222-
CMYK0.450.0500.13
HSL186.53º60.48%67.25%-
HSV(B)186.53º45.5%87.06%-
XYZ44.3655.9377.56-
YUV185.34148.6882.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.84%
GREEN value IS 211 (82.81% from 255) = 38.09%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=21.84%
G=38.09%
B=40.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1212112220.450.0500.13186.5360.4867.25
Hex79D3DE2D50Dbb3c43
Octal17132333655501527374103
Binary1111001110100111101111010110110101101101110111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79D3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,211,222); }

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

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

 a { background-color: rgb(121,211,222); }

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

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

 span { border-color: rgb(121,211,222); }

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