#78E9FB

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

Shades of Electric Blue #78E9FB

Tints of Electric Blue #78E9FB

Color information

#78E9FB (or 0x78E9FB) is unknown color: approx Electric Blue. HEX triplet: 78, E9 and FB. RGB value is (120,233,251). Sum of RGB (Red+Green+Blue) = 120+233+251=604 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.87% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #78E9FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78E9FB is #871604. Grayscale: #C9C9C9. Windows color (decimal): -8852997 or 16509304. OLE color: 16509304.

HSL color Cylindrical-coordinate representation of color #78E9FB: hue angle of 188.24º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78E9FB is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120233251-
CMYK0.520.0700.02
HSL188.24º94.24%72.75%-
HSV(B)188.24º52.19%98.43%-
XYZ54.369.24101.77-
YUV201.26156.0670.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.87%
GREEN value IS 233 (91.41% from 255) = 38.58%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=19.87%
G=38.58%
B=41.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202332510.520.0700.02188.2494.2472.75
Hex78E9FB34702bc5e49
Octal17035137364702274136111
Binary111100011101001111110111101001110101011110010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,233,251); }

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

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

 a { background-color: rgb(120,233,251); }

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

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

 span { border-color: rgb(120,233,251); }

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