#7CFFFE

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

Shades of Electric Blue #7CFFFE

Tints of Electric Blue #7CFFFE

Color information

#7CFFFE (or 0x7CFFFE) is unknown color: approx Electric Blue. HEX triplet: 7C, FF and FE. RGB value is (124,255,254). Sum of RGB (Red+Green+Blue) = 124+255+254=633 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.59% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFFFE is #830001. Grayscale: #D7D7D7. Windows color (decimal): -8585218 or 16711548. OLE color: 16711548.

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

Color convert

RGB124255254-
CMYK0.5100.000
HSL179.54º100%74.31%-
HSV(B)179.54º51.37%100%-
XYZ61.9682.96106.51-
YUV215.72149.662.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 19.59%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=19.59%
G=40.28%
B=40.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242552540.5100.000179.5410074.31
Hex7CFFFE33000b4644a
Octal17437737663000264144112
Binary111110011111111111111101100110001011010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,255,254); }

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

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

 a { background-color: rgb(124,255,254); }

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

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

 span { border-color: rgb(124,255,254); }

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