#78C2D9

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

Shades of Spray #78C2D9

Tints of Spray #78C2D9

Color information

#78C2D9 (or 0x78C2D9) is unknown color: approx Spray. HEX triplet: 78, C2 and D9. RGB value is (120,194,217). Sum of RGB (Red+Green+Blue) = 120+194+217=531 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.60% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #78C2D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C2D9 is #873D26. Grayscale: #AEAEAE. Windows color (decimal): -8863015 or 14271096. OLE color: 14271096.

HSL color Cylindrical-coordinate representation of color #78C2D9: hue angle of 194.23º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78C2D9 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120194217-
CMYK0.450.1100.15
HSL194.23º56.07%66.08%-
HSV(B)194.23º44.7%85.1%-
XYZ39.5647.5972.75-
YUV174.5151.9889.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.60%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 217 (85.16% from 255) = 40.87%
R=22.60%
G=36.53%
B=40.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201942170.450.1100.15194.2356.0766.08
Hex78C2D92DB0Fc23842
Octal170302331551301730270102
Binary11110001100001011011001101101101101111110000101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78C2D9; }

 p { color: rgb(120,194,217); }

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

<style>
 a { background-color: #78C2D9; }

 a { background-color: rgb(120,194,217); }

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

<style>
 span { border-color: #78C2D9; }

 span { border-color: rgb(120,194,217); }

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