#7CF4EE

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

Shades of Electric Blue #7CF4EE

Tints of Electric Blue #7CF4EE

Color information

#7CF4EE (or 0x7CF4EE) is unknown color: approx Electric Blue. HEX triplet: 7C, F4 and EE. RGB value is (124,244,238). Sum of RGB (Red+Green+Blue) = 124+244+238=606 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.46% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #7CF4EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF4EE is #830B11. Grayscale: #CFCFCF. Windows color (decimal): -8588050 or 15660156. OLE color: 15660156.

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

Color convert

RGB124244238-
CMYK0.4900.020.04
HSL177º84.51%72.16%-
HSV(B)177º49.18%95.69%-
XYZ56.175.1692.44-
YUV207.44145.2468.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.46%
GREEN value IS 244 (95.70% from 255) = 40.26%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=20.46%
G=40.26%
B=39.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1242442380.4900.020.0417784.5172.16
Hex7CF4EE31024b15548
Octal17436435661024261125110
Binary111110011110100111011101100010101001011000110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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