#79CBD0

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

Shades of Spray #79CBD0

Tints of Spray #79CBD0

Color information

#79CBD0 (or 0x79CBD0) is unknown color: approx Spray. HEX triplet: 79, CB and D0. RGB value is (121,203,208). Sum of RGB (Red+Green+Blue) = 121+203+208=532 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.74% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #79CBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CBD0 is #86342F. Grayscale: #B2B2B2. Windows color (decimal): -8795184 or 13683577. OLE color: 13683577.

HSL color Cylindrical-coordinate representation of color #79CBD0: hue angle of 183.45º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79CBD0 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121203208-
CMYK0.420.0200.18
HSL183.45º48.07%64.51%-
HSV(B)183.45º41.83%81.57%-
XYZ40.6351.3367.44-
YUV179.05144.3386.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.74%
GREEN value IS 203 (79.69% from 255) = 38.16%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=22.74%
G=38.16%
B=39.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1212032080.420.0200.18183.4548.0764.51
Hex79CBD02A2012b73041
Octal17131332052202226760101
Binary1111001110010111101000010101010010010101101111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,203,208); }

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

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

 a { background-color: rgb(121,203,208); }

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

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

 span { border-color: rgb(121,203,208); }

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