Html Css Color HEX #7CF1EC Electric Blue

📋 copy color: '#7CF1EC'

red 124 ◦ green 241 ◦ blue 236

#7CF1EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #7CF1EC

Tints of Electric Blue #7CF1EC

RGB

 RED value IS 124 (48.83% from 255) = 20.63%

 GREEN value IS 241 (94.53% from 255) = 40.1%

 BLUE value IS 236 (92.58% from 255) = 39.27%

R = 20.63%
G = 40.1%
B = 39.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#7CF1EC (or 0x7CF1EC) is known color: Electric Blue. HEX triplet: 7C, F1 and EC. RGB value is (124,241,236). Sum of RGB (Red+Green+Blue) = 124+241+236=601 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.63% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF1EC is #830E13. Grayscale: #CDCDCD. Windows color (decimal): -8588820 or 15528316. OLE color: 15528316.

HSL color Cylindrical-coordinate representation of color #7CF1EC: hue angle of 177.44º degrees, saturation: 0.81, 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 #7CF1EC is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 241 236 -
CMYK 0.49 0 0.02 0.05
HSL 177.44º 0.81% 0.72% -
HSV(B) 177.44º 0.49% 0.95% -
XYZ 54.91 73.25 90.6 -
YUV 205.45 145.24 69.91 -
System Red Green Blue C M Y K H S L
Decimal 124 241 236 0.49 0 0.02 0.05 177.44 0.81 0.72
Hex 7C F1 EC 31 0 2 5 B1 51 48
Octal 174 361 354 61 0 2 5 261 121 110
Binary 1111100 11110001 11101100 110001 0 10 101 10110001 1010001 1001000

Color Harmonies of #7CF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF1EC

Black with #7CF1EC

Text Example


Text Example

White with #7CF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,241,236); }

 H1.HeaderClassName
 {
   color: #7CF1EC;
 }
 .AnyTagClassName
 {
   color: #7CF1EC;
 }
</style>

background-color css

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

 a { background-color: rgb(124,241,236); }

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

border-color css

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

 span { border-color: rgb(124,241,236); }

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