#78C4DD

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

Shades of Spray #78C4DD

Tints of Spray #78C4DD

Color information

#78C4DD (or 0x78C4DD) is unknown color: approx Spray. HEX triplet: 78, C4 and DD. RGB value is (120,196,221). Sum of RGB (Red+Green+Blue) = 120+196+221=537 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.35% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #78C4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C4DD is #873B22. Grayscale: #AFAFAF. Windows color (decimal): -8862499 or 14533752. OLE color: 14533752.

HSL color Cylindrical-coordinate representation of color #78C4DD: hue angle of 194.85º 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 #78C4DD is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120196221-
CMYK0.460.1100.13
HSL194.85º59.76%66.86%-
HSV(B)194.85º45.7%86.67%-
XYZ40.5448.6975.67-
YUV176.13153.3287.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.35%
GREEN value IS 196 (76.95% from 255) = 36.50%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=22.35%
G=36.50%
B=41.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1201962210.460.1100.13194.8559.7666.86
Hex78C4DD2EB0Dc33c43
Octal170304335561301530374103
Binary11110001100010011011101101110101101101110000111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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