Html Css Color HEX #7CF5EA Electric Blue

📋 copy color: '#7CF5EA'

red 124 ◦ green 245 ◦ blue 234

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

Shades of Electric Blue #7CF5EA

Tints of Electric Blue #7CF5EA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.63%

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

R = 20.56%
G = 40.63%
B = 38.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#7CF5EA (or 0x7CF5EA) is known color: Electric Blue. HEX triplet: 7C, F5 and EA. RGB value is (124,245,234). Sum of RGB (Red+Green+Blue) = 124+245+234=603 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.56% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF5EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF5EA is #830A15. Grayscale: #CFCFCF. Windows color (decimal): -8587798 or 15398268. OLE color: 15398268.

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

Color convert

RGB 124 245 234 -
CMYK 0.49 0 0.04 0.04
HSL 174.55º 0.86% 0.72% -
HSV(B) 174.55º 0.49% 0.96% -
XYZ 55.82 75.53 89.48 -
YUV 207.57 142.91 68.39 -
System Red Green Blue C M Y K H S L
Decimal 124 245 234 0.49 0 0.04 0.04 174.55 0.86 0.72
Hex 7C F5 EA 31 0 4 4 AF 56 48
Octal 174 365 352 61 0 4 4 257 126 110
Binary 1111100 11110101 11101010 110001 0 100 100 10101111 1010110 1001000

Color Harmonies of #7CF5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF5EA

Black with #7CF5EA

Text Example


Text Example

White with #7CF5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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