#78F1FD

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

Shades of Electric Blue #78F1FD

Tints of Electric Blue #78F1FD

Color information

#78F1FD (or 0x78F1FD) is unknown color: approx Electric Blue. HEX triplet: 78, F1 and FD. RGB value is (120,241,253). Sum of RGB (Red+Green+Blue) = 120+241+253=614 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.54% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #78F1FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F1FD is #870E02. Grayscale: #CECECE. Windows color (decimal): -8850947 or 16642424. OLE color: 16642424.

HSL color Cylindrical-coordinate representation of color #78F1FD: hue angle of 185.41º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78F1FD is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB120241253-
CMYK0.530.0500.01
HSL185.41º97.08%73.14%-
HSV(B)185.41º52.57%99.22%-
XYZ56.9374104.21-
YUV206.19154.4166.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.54%
GREEN value IS 241 (94.53% from 255) = 39.25%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=19.54%
G=39.25%
B=41.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1202412530.530.0500.01185.4197.0873.14
Hex78F1FD35501b96149
Octal17036137565501271141111
Binary11110001111000111111101110101101011011100111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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