#78E4FF

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

Shades of Electric Blue #78E4FF

Tints of Electric Blue #78E4FF

Color information

#78E4FF (or 0x78E4FF) is unknown color: approx Electric Blue. HEX triplet: 78, E4 and FF. RGB value is (120,228,255). Sum of RGB (Red+Green+Blue) = 120+228+255=603 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.90% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #78E4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E4FF is #871B00. Grayscale: #C6C6C6. Windows color (decimal): -8854273 or 16770168. OLE color: 16770168.

HSL color Cylindrical-coordinate representation of color #78E4FF: hue angle of 192º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78E4FF is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB120228255-
CMYK0.530.1100
HSL192º100%73.53%-
HSV(B)192º52.94%100%-
XYZ53.5466.7104.66-
YUV198.79159.7271.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.90%
GREEN value IS 228 (89.45% from 255) = 37.81%
BLUE value IS 255 (100% from 255) = 42.29%
R=19.90%
G=37.81%
B=42.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202282550.530.110019210073.53
Hex78E4FF35B00c0644a
Octal170344377651300300144112
Binary111100011100100111111111101011011001100000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,228,255); }

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

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

 a { background-color: rgb(120,228,255); }

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

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

 span { border-color: rgb(120,228,255); }

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