#7cf2ee

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

Shades of Electric Blue #7CF2EE

Tints of Electric Blue #7CF2EE

Color information

#7CF2EE (or 0x7CF2EE) is unknown color: approx Electric Blue. HEX triplet: 7C, F2 and EE. RGB value is (124,242,238). Sum of RGB (Red+Green+Blue) = 124+242+238=604 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.53% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF2EE is #830D11. Grayscale: #CECECE. Windows color (decimal): -8588562 or 15659644. OLE color: 15659644.

HSL color Cylindrical-coordinate representation of color #7CF2EE: hue angle of 177.97º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF2EE is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB124242238-
CMYK0.4900.020.05
HSL177.97º81.94%71.76%-
HSV(B)177.97º48.76%94.9%-
XYZ55.573.9692.24-
YUV206.26145.9169.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.53%
GREEN value IS 242 (94.92% from 255) = 40.07%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=20.53%
G=40.07%
B=39.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242422380.4900.020.05177.9781.9471.76
Hex7CF2EE31025b25248
Octal17436235661025262122110
Binary111110011110010111011101100010101011011001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cf2ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,242,238); }

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

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

 a { background-color: rgb(124,242,238); }

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

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

 span { border-color: rgb(124,242,238); }

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