#78F4FF

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

Shades of Electric Blue #78F4FF

Tints of Electric Blue #78F4FF

Color information

#78F4FF (or 0x78F4FF) is unknown color: approx Electric Blue. HEX triplet: 78, F4 and FF. RGB value is (120,244,255). Sum of RGB (Red+Green+Blue) = 120+244+255=619 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.39% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #78F4FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F4FF is #870B00. Grayscale: #D0D0D0. Windows color (decimal): -8850177 or 16774264. OLE color: 16774264.

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

Color convert

RGB120244255-
CMYK0.530.0400
HSL184.89º100%73.53%-
HSV(B)184.89º52.94%100%-
XYZ58.1575.91106.2-
YUV208.18154.4265.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.39%
GREEN value IS 244 (95.70% from 255) = 39.42%
BLUE value IS 255 (100% from 255) = 41.20%
R=19.39%
G=39.42%
B=41.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202442550.530.0400184.8910073.53
Hex78F4FF35400b9644a
Octal17036437765400271144112
Binary11110001111010011111111110101100001011100111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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