Html Css Color HEX #7CFFF4 Electric Blue

📋 copy color: '#7CFFF4'

red 124 ◦ green 255 ◦ blue 244

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

Shades of Electric Blue #7CFFF4

Tints of Electric Blue #7CFFF4

RGB

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

 GREEN value IS 255 (100% from 255) = 40.93%

 BLUE value IS 244 (95.7% from 255) = 39.17%

R = 19.9%
G = 40.93%
B = 39.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#7CFFF4 (or 0x7CFFF4) is known color: Electric Blue. HEX triplet: 7C, FF and F4. RGB value is (124,255,244). Sum of RGB (Red+Green+Blue) = 124+255+244=623 (82% of max value = 765). Red value is 124 (48.83% from 255 or 19.90% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 244 (95.70% from 255 or 39.17% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFFF4 is #83000B. Grayscale: #D6D6D6. Windows color (decimal): -8585228 or 16056188. OLE color: 16056188.

HSL color Cylindrical-coordinate representation of color #7CFFF4: hue angle of 174.96º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFFF4 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 124 255 244 -
CMYK 0.51 0 0.04 0
HSL 174.96º 1% 0.74% -
HSV(B) 174.96º 0.51% 1% -
XYZ 60.4 82.34 98.3 -
YUV 214.58 144.6 63.39 -
System Red Green Blue C M Y K H S L
Decimal 124 255 244 0.51 0 0.04 0 174.96 1 0.74
Hex 7C FF F4 33 0 4 0 AF 64 4A
Octal 174 377 364 63 0 4 0 257 144 112
Binary 1111100 11111111 11110100 110011 0 100 0 10101111 1100100 1001010

Color Harmonies of #7CFFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFFF4

Black with #7CFFF4

Text Example


Text Example

White with #7CFFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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