Html Css Color HEX #7CF8FA Electric Blue

📋 copy color: '#7CF8FA'

red 124 ◦ green 248 ◦ blue 250

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

Shades of Electric Blue #7CF8FA

Tints of Electric Blue #7CF8FA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.87%

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

R = 19.94%
G = 39.87%
B = 40.19%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7CF8FA (or 0x7CF8FA) is known color: Electric Blue. HEX triplet: 7C, F8 and FA. RGB value is (124,248,250). Sum of RGB (Red+Green+Blue) = 124+248+250=622 (82% of max value = 765). Red value is 124 (48.83% from 255 or 19.94% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #7CF8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF8FA is #830705. Grayscale: #D3D3D3. Windows color (decimal): -8587014 or 16447612. OLE color: 16447612.

HSL color Cylindrical-coordinate representation of color #7CF8FA: hue angle of 180.95º 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 #7CF8FA is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 248 250 -
CMYK 0.50 0.01 0 0.02
HSL 180.95º 0.93% 0.73% -
HSV(B) 180.95º 0.5% 0.98% -
XYZ 59.13 78.32 102.44 -
YUV 211.15 149.92 65.84 -
System Red Green Blue C M Y K H S L
Decimal 124 248 250 0.50 0.01 0 0.02 180.95 0.93 0.73
Hex 7C F8 FA 32 1 0 2 B5 5D 49
Octal 174 370 372 62 1 0 2 265 135 111
Binary 1111100 11111000 11111010 110010 1 0 10 10110101 1011101 1001001

Color Harmonies of #7CF8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF8FA

Black with #7CF8FA

Text Example


Text Example

White with #7CF8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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