#79CFD6

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

Shades of Spray #79CFD6

Tints of Spray #79CFD6

Color information

#79CFD6 (or 0x79CFD6) is unknown color: approx Spray. HEX triplet: 79, CF and D6. RGB value is (121,207,214). Sum of RGB (Red+Green+Blue) = 121+207+214=542 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.32% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 214 - color contains mainly: blue. Hex color #79CFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CFD6 is #863029. Grayscale: #B5B5B5. Windows color (decimal): -8794154 or 14077817. OLE color: 14077817.

HSL color Cylindrical-coordinate representation of color #79CFD6: hue angle of 184.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79CFD6 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121207214-
CMYK0.430.0300.16
HSL184.52º53.14%65.69%-
HSV(B)184.52º43.46%83.92%-
XYZ42.3453.5571.72-
YUV182.08146.0184.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.32%
GREEN value IS 207 (81.25% from 255) = 38.19%
BLUE value IS 214 (83.98% from 255) = 39.48%
R=22.32%
G=38.19%
B=39.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1212072140.430.0300.16184.5253.1465.69
Hex79CFD62B3010b93542
Octal17131732653302027165102
Binary1111001110011111101011010101111010000101110011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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