#7EEFEE

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

Shades of Electric Blue #7EEFEE

Tints of Electric Blue #7EEFEE

Color information

#7EEFEE (or 0x7EEFEE) is unknown color: approx Electric Blue. HEX triplet: 7E, EF and EE. RGB value is (126,239,238). Sum of RGB (Red+Green+Blue) = 126+239+238=603 (79% of max value = 765). Red value is 126 (49.61% from 255 or 20.90% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEFEE is #811011. Grayscale: #CCCCCC. Windows color (decimal): -8458258 or 15658878. OLE color: 15658878.

HSL color Cylindrical-coordinate representation of color #7EEFEE: hue angle of 179.47º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEFEE is Cyan = 0.47, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB126239238-
CMYK0.4700.000.06
HSL179.47º77.93%71.57%-
HSV(B)179.47º47.28%93.73%-
XYZ54.972.3491.96-
YUV205.1146.5671.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.90%
GREEN value IS 239 (93.75% from 255) = 39.64%
BLUE value IS 238 (93.36% from 255) = 39.47%
R=20.90%
G=39.64%
B=39.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262392380.4700.000.06179.4777.9371.57
Hex7EEFEE2F006b34e48
Octal17635735657006263116110
Binary11111101110111111101110101111001101011001110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,239,238); }

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

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

 a { background-color: rgb(126,239,238); }

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

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

 span { border-color: rgb(126,239,238); }

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