#7EEFFC

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

Shades of Electric Blue #7EEFFC

Tints of Electric Blue #7EEFFC

Color information

#7EEFFC (or 0x7EEFFC) is unknown color: approx Electric Blue. HEX triplet: 7E, EF and FC. RGB value is (126,239,252). Sum of RGB (Red+Green+Blue) = 126+239+252=617 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.42% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EEFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEFFC is #811003. Grayscale: #CECECE. Windows color (decimal): -8458244 or 16576382. OLE color: 16576382.

HSL color Cylindrical-coordinate representation of color #7EEFFC: hue angle of 186.19º 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 #7EEFFC is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126239252-
CMYK0.50.0500.01
HSL186.19º95.45%74.12%-
HSV(B)186.19º50%98.82%-
XYZ57.0473.2103.22-
YUV206.7153.5670.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.42%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=20.42%
G=38.74%
B=40.84%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262392520.50.0500.01186.1995.4574.12
Hex7EEFFC32501ba5f4a
Octal17635737462501272137112
Binary11111101110111111111100110010101011011101010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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