Html Css Color HEX #7CF2EF Electric Blue

📋 copy color: '#7CF2EF'

red 124 ◦ green 242 ◦ blue 239

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

Shades of Electric Blue #7CF2EF

Tints of Electric Blue #7CF2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40%

 BLUE value IS 239 (93.75% from 255) = 39.5%

R = 20.5%
G = 40%
B = 39.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#7CF2EF (or 0x7CF2EF) is known color: Electric Blue. HEX triplet: 7C, F2 and EF. RGB value is (124,242,239). Sum of RGB (Red+Green+Blue) = 124+242+239=605 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.50% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF2EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF2EF is #830D10. Grayscale: #CECECE. Windows color (decimal): -8588561 or 15725180. OLE color: 15725180.

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

Color convert

RGB 124 242 239 -
CMYK 0.49 0 0.01 0.05
HSL 178.47º 0.82% 0.72% -
HSV(B) 178.47º 0.49% 0.95% -
XYZ 55.64 74.02 93.02 -
YUV 206.38 146.41 69.24 -
System Red Green Blue C M Y K H S L
Decimal 124 242 239 0.49 0 0.01 0.05 178.47 0.82 0.72
Hex 7C F2 EF 31 0 1 5 B2 52 48
Octal 174 362 357 61 0 1 5 262 122 110
Binary 1111100 11110010 11101111 110001 0 1 101 10110010 1010010 1001000

Color Harmonies of #7CF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF2EF

Black with #7CF2EF

Text Example


Text Example

White with #7CF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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