#78EEF1

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

Shades of Electric Blue #78EEF1

Tints of Electric Blue #78EEF1

Color information

#78EEF1 (or 0x78EEF1) is unknown color: approx Electric Blue. HEX triplet: 78, EE and F1. RGB value is (120,238,241). Sum of RGB (Red+Green+Blue) = 120+238+241=599 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20.03% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #78EEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EEF1 is #87110E. Grayscale: #CACACA. Windows color (decimal): -8851727 or 15855224. OLE color: 15855224.

HSL color Cylindrical-coordinate representation of color #78EEF1: hue angle of 181.49º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EEF1 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB120238241-
CMYK0.500.0100.05
HSL181.49º81.21%70.78%-
HSV(B)181.49º50.21%94.51%-
XYZ54.271.4994.16-
YUV203.06149.4168.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.03%
GREEN value IS 238 (93.36% from 255) = 39.73%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=20.03%
G=39.73%
B=40.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1202382410.500.0100.05181.4981.2170.78
Hex78EEF132105b55147
Octal17035636162105265121107
Binary11110001110111011110001110010101011011010110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,238,241); }

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

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

 a { background-color: rgb(120,238,241); }

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

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

 span { border-color: rgb(120,238,241); }

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