#7EEEFB

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

Shades of Electric Blue #7EEEFB

Tints of Electric Blue #7EEEFB

Color information

#7EEEFB (or 0x7EEEFB) is unknown color: approx Electric Blue. HEX triplet: 7E, EE and FB. RGB value is (126,238,251). Sum of RGB (Red+Green+Blue) = 126+238+251=615 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.49% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #7EEEFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEEFB is #811104. Grayscale: #CDCDCD. Windows color (decimal): -8458501 or 16510590. OLE color: 16510590.

HSL color Cylindrical-coordinate representation of color #7EEEFB: hue angle of 186.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EEEFB is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126238251-
CMYK0.500.0500.02
HSL186.24º93.98%73.92%-
HSV(B)186.24º49.8%98.43%-
XYZ56.5972.55102.29-
YUV205.99153.3970.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.49%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=20.49%
G=38.70%
B=40.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262382510.500.0500.02186.2493.9873.92
Hex7EEEFB32502ba5e4a
Octal17635637362502272136112
Binary111111011101110111110111100101010101011101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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