#7EEEFC

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

Shades of Electric Blue #7EEEFC

Tints of Electric Blue #7EEEFC

Color information

#7EEEFC (or 0x7EEEFC) is unknown color: approx Electric Blue. HEX triplet: 7E, EE and FC. RGB value is (126,238,252). Sum of RGB (Red+Green+Blue) = 126+238+252=616 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.45% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EEEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEEFC is #811103. Grayscale: #CDCDCD. Windows color (decimal): -8458500 or 16576126. OLE color: 16576126.

HSL color Cylindrical-coordinate representation of color #7EEEFC: hue angle of 186.67º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EEEFC is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126238252-
CMYK0.50.0600.01
HSL186.67º95.45%74.12%-
HSV(B)186.67º50%98.82%-
XYZ56.7572.61103.12-
YUV206.11153.8970.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.45%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=20.45%
G=38.64%
B=40.91%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262382520.50.0600.01186.6795.4574.12
Hex7EEEFC32601bb5f4a
Octal17635637462601273137112
Binary11111101110111011111100110010110011011101110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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