#7EE5FF

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

Shades of Electric Blue #7EE5FF

Tints of Electric Blue #7EE5FF

Color information

#7EE5FF (or 0x7EE5FF) is unknown color: approx Electric Blue. HEX triplet: 7E, E5 and FF. RGB value is (126,229,255). Sum of RGB (Red+Green+Blue) = 126+229+255=610 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.66% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EE5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EE5FF is #811A00. Grayscale: #C8C8C8. Windows color (decimal): -8460801 or 16770430. OLE color: 16770430.

HSL color Cylindrical-coordinate representation of color #7EE5FF: hue angle of 192.09º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EE5FF is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB126229255-
CMYK0.510.1000
HSL192.09º100%74.71%-
HSV(B)192.09º50.59%100%-
XYZ54.6767.69104.79-
YUV201.17158.3874.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.66%
GREEN value IS 229 (89.84% from 255) = 37.54%
BLUE value IS 255 (100% from 255) = 41.80%
R=20.66%
G=37.54%
B=41.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1262292550.510.1000192.0910074.71
Hex7EE5FF33A00c0644b
Octal176345377631200300144113
Binary111111011100101111111111100111010001100000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EE5FF; }

 p { color: rgb(126,229,255); }

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

<style>
 a { background-color: #7EE5FF; }

 a { background-color: rgb(126,229,255); }

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

<style>
 span { border-color: #7EE5FF; }

 span { border-color: rgb(126,229,255); }

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