Html Css Color HEX #7CF2EA Electric Blue

📋 copy color: '#7CF2EA'

red 124 ◦ green 242 ◦ blue 234

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

Shades of Electric Blue #7CF2EA

Tints of Electric Blue #7CF2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39%

R = 20.67%
G = 40.33%
B = 39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#7CF2EA (or 0x7CF2EA) is known color: Electric Blue. HEX triplet: 7C, F2 and EA. RGB value is (124,242,234). Sum of RGB (Red+Green+Blue) = 124+242+234=600 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.67% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF2EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF2EA is #830D15. Grayscale: #CDCDCD. Windows color (decimal): -8588566 or 15397500. OLE color: 15397500.

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

Color convert

RGB 124 242 234 -
CMYK 0.49 0 0.03 0.05
HSL 175.93º 0.82% 0.72% -
HSV(B) 175.93º 0.49% 0.95% -
XYZ 54.92 73.73 89.18 -
YUV 205.81 143.91 69.65 -
System Red Green Blue C M Y K H S L
Decimal 124 242 234 0.49 0 0.03 0.05 175.93 0.82 0.72
Hex 7C F2 EA 31 0 3 5 B0 52 48
Octal 174 362 352 61 0 3 5 260 122 110
Binary 1111100 11110010 11101010 110001 0 11 101 10110000 1010010 1001000

Color Harmonies of #7CF2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF2EA

Black with #7CF2EA

Text Example


Text Example

White with #7CF2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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