#78D4E6

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

Shades of Spray #78D4E6

Tints of Spray #78D4E6

Color information

#78D4E6 (or 0x78D4E6) is unknown color: approx Spray. HEX triplet: 78, D4 and E6. RGB value is (120,212,230). Sum of RGB (Red+Green+Blue) = 120+212+230=562 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.35% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #78D4E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D4E6 is #872B19. Grayscale: #BABABA. Windows color (decimal): -8858394 or 15127672. OLE color: 15127672.

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

Color convert

RGB120212230-
CMYK0.480.0800.10
HSL189.82º68.75%68.63%-
HSV(B)189.82º47.83%90.2%-
XYZ45.5756.7983.42-
YUV186.54152.5280.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.35%
GREEN value IS 212 (83.20% from 255) = 37.72%
BLUE value IS 230 (90.23% from 255) = 40.93%
R=21.35%
G=37.72%
B=40.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1202122300.480.0800.10189.8268.7568.63
Hex78D4E63080Abe4545
Octal1703243466010012276105105
Binary111100011010100111001101100001000010101011111010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,212,230); }

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

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

 a { background-color: rgb(120,212,230); }

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

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

 span { border-color: rgb(120,212,230); }

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