Html Css Color HEX #7CFEF8 Electric Blue

📋 copy color: '#7CFEF8'

red 124 ◦ green 254 ◦ blue 248

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

Shades of Electric Blue #7CFEF8

Tints of Electric Blue #7CFEF8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.58%

 BLUE value IS 248 (97.27% from 255) = 39.62%

R = 19.81%
G = 40.58%
B = 39.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#7CFEF8 (or 0x7CFEF8) is known color: Electric Blue. HEX triplet: 7C, FE and F8. RGB value is (124,254,248). Sum of RGB (Red+Green+Blue) = 124+254+248=626 (82% of max value = 765). Red value is 124 (48.83% from 255 or 19.81% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFEF8 is #830107. Grayscale: #D6D6D6. Windows color (decimal): -8585480 or 16318076. OLE color: 16318076.

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

Color convert

RGB 124 254 248 -
CMYK 0.51 0 0.02 0.00
HSL 177.23º 0.98% 0.74% -
HSV(B) 177.23º 0.51% 1% -
XYZ 60.7 81.95 101.43 -
YUV 214.45 146.93 63.49 -
System Red Green Blue C M Y K H S L
Decimal 124 254 248 0.51 0 0.02 0.00 177.23 0.98 0.74
Hex 7C FE F8 33 0 2 0 B1 62 4A
Octal 174 376 370 63 0 2 0 261 142 112
Binary 1111100 11111110 11111000 110011 0 10 0 10110001 1100010 1001010

Color Harmonies of #7CFEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFEF8

Black with #7CFEF8

Text Example


Text Example

White with #7CFEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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