Html Css Color HEX #7CE6F4 Electric Blue

📋 copy color: '#7CE6F4'

red 124 ◦ green 230 ◦ blue 244

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

Shades of Electric Blue #7CE6F4

Tints of Electric Blue #7CE6F4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.46%

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

R = 20.74%
G = 38.46%
B = 40.8%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7CE6F4 (or 0x7CE6F4) is known color: Electric Blue. HEX triplet: 7C, E6 and F4. RGB value is (124,230,244). Sum of RGB (Red+Green+Blue) = 124+230+244=598 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.74% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 244 (95.70% from 255 or 40.80% from 598); Max value from RGB is 244 - color contains mainly: blue. Hex color #7CE6F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CE6F4 is #83190B. Grayscale: #C7C7C7. Windows color (decimal): -8591628 or 16049788. OLE color: 16049788.

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

Color convert

RGB 124 230 244 -
CMYK 0.49 0.06 0 0.04
HSL 187º 0.85% 0.72% -
HSV(B) 187º 0.49% 0.96% -
XYZ 52.94 67.41 95.81 -
YUV 199.9 152.88 73.86 -
System Red Green Blue C M Y K H S L
Decimal 124 230 244 0.49 0.06 0 0.04 187 0.85 0.72
Hex 7C E6 F4 31 6 0 4 BB 55 48
Octal 174 346 364 61 6 0 4 273 125 110
Binary 1111100 11100110 11110100 110001 110 0 100 10111011 1010101 1001000

Color Harmonies of #7CE6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE6F4

Black with #7CE6F4

Text Example


Text Example

White with #7CE6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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