#78FBFF

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

Shades of Electric Blue #78FBFF

Tints of Electric Blue #78FBFF

Color information

#78FBFF (or 0x78FBFF) is unknown color: approx Electric Blue. HEX triplet: 78, FB and FF. RGB value is (120,251,255). Sum of RGB (Red+Green+Blue) = 120+251+255=626 (82% of max value = 765). Red value is 120 (47.27% from 255 or 19.17% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #78FBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FBFF is #870400. Grayscale: #D4D4D4. Windows color (decimal): -8848385 or 16776056. OLE color: 16776056.

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

Color convert

RGB120251255-
CMYK0.530.0200
HSL181.78º100%73.53%-
HSV(B)181.78º52.94%100%-
XYZ60.2980.21106.91-
YUV212.29152.162.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.17%
GREEN value IS 251 (98.44% from 255) = 40.10%
BLUE value IS 255 (100% from 255) = 40.73%
R=19.17%
G=40.10%
B=40.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202512550.530.0200181.7810073.53
Hex78FBFF35200b6644a
Octal17037337765200266144112
Binary1111000111110111111111111010110001011011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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