#78F0FF

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

Shades of Electric Blue #78F0FF

Tints of Electric Blue #78F0FF

Color information

#78F0FF (or 0x78F0FF) is unknown color: approx Electric Blue. HEX triplet: 78, F0 and FF. RGB value is (120,240,255). Sum of RGB (Red+Green+Blue) = 120+240+255=615 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.51% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #78F0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F0FF is #870F00. Grayscale: #CDCDCD. Windows color (decimal): -8851201 or 16773240. OLE color: 16773240.

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

Color convert

RGB120240255-
CMYK0.530.0600
HSL186.67º100%73.53%-
HSV(B)186.67º52.94%100%-
XYZ56.9673.53105.8-
YUV205.83155.7466.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.51%
GREEN value IS 240 (94.14% from 255) = 39.02%
BLUE value IS 255 (100% from 255) = 41.46%
R=19.51%
G=39.02%
B=41.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202402550.530.0600186.6710073.53
Hex78F0FF35600bb644a
Octal17036037765600273144112
Binary11110001111000011111111110101110001011101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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