#78E8FB

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

Shades of Electric Blue #78E8FB

Tints of Electric Blue #78E8FB

Color information

#78E8FB (or 0x78E8FB) is unknown color: approx Electric Blue. HEX triplet: 78, E8 and FB. RGB value is (120,232,251). Sum of RGB (Red+Green+Blue) = 120+232+251=603 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.90% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #78E8FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78E8FB is #871704. Grayscale: #C8C8C8. Windows color (decimal): -8853253 or 16509048. OLE color: 16509048.

HSL color Cylindrical-coordinate representation of color #78E8FB: hue angle of 188.7º 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 #78E8FB is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120232251-
CMYK0.520.0800.02
HSL188.7º94.24%72.75%-
HSV(B)188.7º52.19%98.43%-
XYZ54.0168.67101.67-
YUV200.68156.3970.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.90%
GREEN value IS 232 (91.02% from 255) = 38.47%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=19.90%
G=38.47%
B=41.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202322510.520.0800.02188.794.2472.75
Hex78E8FB34802bd5e49
Octal170350373641002275136111
Binary1111000111010001111101111010010000101011110110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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