#79CCDD

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

Shades of Spray #79CCDD

Tints of Spray #79CCDD

Color information

#79CCDD (or 0x79CCDD) is unknown color: approx Spray. HEX triplet: 79, CC and DD. RGB value is (121,204,221). Sum of RGB (Red+Green+Blue) = 121+204+221=546 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.16% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #79CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CCDD is #863322. Grayscale: #B4B4B4. Windows color (decimal): -8794915 or 14535801. OLE color: 14535801.

HSL color Cylindrical-coordinate representation of color #79CCDD: hue angle of 190.2º 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 #79CCDD is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121204221-
CMYK0.450.0800.13
HSL190.2º59.52%67.06%-
HSV(B)190.2º45.25%86.67%-
XYZ42.5352.4776.29-
YUV181.12150.585.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.16%
GREEN value IS 204 (80.08% from 255) = 37.36%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=22.16%
G=37.36%
B=40.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1212042210.450.0800.13190.259.5267.06
Hex79CCDD2D80Dbe3c43
Octal171314335551001527674103
Binary11110011100110011011101101101100001101101111101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,204,221); }

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

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

 a { background-color: rgb(121,204,221); }

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

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

 span { border-color: rgb(121,204,221); }

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