#79CDD8

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

Shades of Spray #79CDD8

Tints of Spray #79CDD8

Color information

#79CDD8 (or 0x79CDD8) is unknown color: approx Spray. HEX triplet: 79, CD and D8. RGB value is (121,205,216). Sum of RGB (Red+Green+Blue) = 121+205+216=542 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.32% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #79CDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CDD8 is #863227. Grayscale: #B5B5B5. Windows color (decimal): -8794664 or 14208377. OLE color: 14208377.

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

Color convert

RGB121205216-
CMYK0.440.0500.15
HSL186.95º54.91%66.08%-
HSV(B)186.95º43.98%84.71%-
XYZ42.1152.6972.92-
YUV181.14147.6785.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.32%
GREEN value IS 205 (80.47% from 255) = 37.82%
BLUE value IS 216 (84.77% from 255) = 39.85%
R=22.32%
G=37.82%
B=39.85%

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
Decimal1212052160.440.0500.15186.9554.9166.08
Hex79CDD82C50Fbb3742
Octal17131533054501727367102
Binary1111001110011011101100010110010101111101110111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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