Html Css Color HEX #7CE6FA Electric Blue

📋 copy color: '#7CE6FA'

red 124 ◦ green 230 ◦ blue 250

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

Shades of Electric Blue #7CE6FA

Tints of Electric Blue #7CE6FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.39%

R = 20.53%
G = 38.08%
B = 41.39%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7CE6FA (or 0x7CE6FA) is known color: Electric Blue. HEX triplet: 7C, E6 and FA. RGB value is (124,230,250). Sum of RGB (Red+Green+Blue) = 124+230+250=604 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.53% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #7CE6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CE6FA is #831905. Grayscale: #C8C8C8. Windows color (decimal): -8591622 or 16443004. OLE color: 16443004.

HSL color Cylindrical-coordinate representation of color #7CE6FA: hue angle of 189.52º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CE6FA is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 230 250 -
CMYK 0.50 0.08 0 0.02
HSL 189.52º 0.93% 0.73% -
HSV(B) 189.52º 0.5% 0.98% -
XYZ 53.86 67.78 100.69 -
YUV 200.59 155.88 73.37 -
System Red Green Blue C M Y K H S L
Decimal 124 230 250 0.50 0.08 0 0.02 189.52 0.93 0.73
Hex 7C E6 FA 32 8 0 2 BE 5D 49
Octal 174 346 372 62 10 0 2 276 135 111
Binary 1111100 11100110 11111010 110010 1000 0 10 10111110 1011101 1001001

Color Harmonies of #7CE6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE6FA

Black with #7CE6FA

Text Example


Text Example

White with #7CE6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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