#78E6FF

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

Shades of Electric Blue #78E6FF

Tints of Electric Blue #78E6FF

Color information

#78E6FF (or 0x78E6FF) is unknown color: approx Electric Blue. HEX triplet: 78, E6 and FF. RGB value is (120,230,255). Sum of RGB (Red+Green+Blue) = 120+230+255=605 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.83% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #78E6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78E6FF is #871900. Grayscale: #C7C7C7. Windows color (decimal): -8853761 or 16770680. OLE color: 16770680.

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

Color convert

RGB120230255-
CMYK0.530.1000
HSL191.11º100%73.53%-
HSV(B)191.11º52.94%100%-
XYZ54.0967.81104.84-
YUV199.96159.0670.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.83%
GREEN value IS 230 (90.23% from 255) = 38.02%
BLUE value IS 255 (100% from 255) = 42.15%
R=19.83%
G=38.02%
B=42.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202302550.530.1000191.1110073.53
Hex78E6FF35A00bf644a
Octal170346377651200277144112
Binary111100011100110111111111101011010001011111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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