Html Css Color HEX #7CF8EC Electric Blue

📋 copy color: '#7CF8EC'

red 124 ◦ green 248 ◦ blue 236

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

Shades of Electric Blue #7CF8EC

Tints of Electric Blue #7CF8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.82%

R = 20.39%
G = 40.79%
B = 38.82%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#7CF8EC (or 0x7CF8EC) is known color: Electric Blue. HEX triplet: 7C, F8 and EC. RGB value is (124,248,236). Sum of RGB (Red+Green+Blue) = 124+248+236=608 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.39% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #7CF8EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF8EC is #830713. Grayscale: #D1D1D1. Windows color (decimal): -8587028 or 15530108. OLE color: 15530108.

HSL color Cylindrical-coordinate representation of color #7CF8EC: hue angle of 174.19º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF8EC is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 124 248 236 -
CMYK 0.5 0 0.05 0.03
HSL 174.19º 0.9% 0.73% -
HSV(B) 174.19º 0.5% 0.97% -
XYZ 57.02 77.48 91.31 -
YUV 209.56 142.92 66.98 -
System Red Green Blue C M Y K H S L
Decimal 124 248 236 0.5 0 0.05 0.03 174.19 0.9 0.73
Hex 7C F8 EC 32 0 5 3 AE 5A 49
Octal 174 370 354 62 0 5 3 256 132 111
Binary 1111100 11111000 11101100 110010 0 101 11 10101110 1011010 1001001

Color Harmonies of #7CF8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF8EC

Black with #7CF8EC

Text Example


Text Example

White with #7CF8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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