#78c8dd

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

Shades of Spray #78C8DD

Tints of Spray #78C8DD

Color information

#78C8DD (or 0x78C8DD) is unknown color: approx Spray. HEX triplet: 78, C8 and DD. RGB value is (120,200,221). Sum of RGB (Red+Green+Blue) = 120+200+221=541 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.18% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #78C8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C8DD is #873722. Grayscale: #B2B2B2. Windows color (decimal): -8861475 or 14534776. OLE color: 14534776.

HSL color Cylindrical-coordinate representation of color #78C8DD: hue angle of 192.48º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78C8DD is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120200221-
CMYK0.460.1000.13
HSL192.48º59.76%66.86%-
HSV(B)192.48º45.7%86.67%-
XYZ41.4550.5275.97-
YUV178.4715286.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.18%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=22.18%
G=36.97%
B=40.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1202002210.460.1000.13192.4859.7666.86
Hex78C8DD2EA0Dc03c43
Octal170310335561201530074103
Binary11110001100100011011101101110101001101110000001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78c8dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,200,221); }

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

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

 a { background-color: rgb(120,200,221); }

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

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

 span { border-color: rgb(120,200,221); }

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