#78E6FB

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

Shades of Electric Blue #78E6FB

Tints of Electric Blue #78E6FB

Color information

#78E6FB (or 0x78E6FB) is unknown color: approx Electric Blue. HEX triplet: 78, E6 and FB. RGB value is (120,230,251). Sum of RGB (Red+Green+Blue) = 120+230+251=601 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.97% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #78E6FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78E6FB is #871904. Grayscale: #C7C7C7. Windows color (decimal): -8853765 or 16508536. OLE color: 16508536.

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

Color convert

RGB120230251-
CMYK0.520.0800.02
HSL189.62º94.24%72.75%-
HSV(B)189.62º52.19%98.43%-
XYZ53.4667.55101.49-
YUV199.5157.0671.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.97%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=19.97%
G=38.27%
B=41.76%

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
Decimal1202302510.520.0800.02189.6294.2472.75
Hex78E6FB34802be5e49
Octal170346373641002276136111
Binary1111000111001101111101111010010000101011111010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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