#78CCE5

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

Shades of Spray #78CCE5

Tints of Spray #78CCE5

Color information

#78CCE5 (or 0x78CCE5) is unknown color: approx Spray. HEX triplet: 78, CC and E5. RGB value is (120,204,229). Sum of RGB (Red+Green+Blue) = 120+204+229=553 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.70% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #78CCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CCE5 is #87331A. Grayscale: #B5B5B5. Windows color (decimal): -8860443 or 15060088. OLE color: 15060088.

HSL color Cylindrical-coordinate representation of color #78CCE5: hue angle of 193.76º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78CCE5 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB120204229-
CMYK0.480.1100.10
HSL193.76º67.7%68.43%-
HSV(B)193.76º47.6%89.8%-
XYZ43.4852.8482.04-
YUV181.73154.6783.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.70%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=21.70%
G=36.89%
B=41.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1202042290.480.1100.10193.7667.768.43
Hex78CCE530B0Ac24444
Octal1703143456013012302104104
Binary111100011001100111001011100001011010101100001010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,204,229); }

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

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

 a { background-color: rgb(120,204,229); }

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

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

 span { border-color: rgb(120,204,229); }

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