Html Css Color HEX #7CF8ED Electric Blue

📋 copy color: '#7CF8ED'

red 124 ◦ green 248 ◦ blue 237

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

Shades of Electric Blue #7CF8ED

Tints of Electric Blue #7CF8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.92%

R = 20.36%
G = 40.72%
B = 38.92%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#7CF8ED (or 0x7CF8ED) is known color: Electric Blue. HEX triplet: 7C, F8 and ED. RGB value is (124,248,237). Sum of RGB (Red+Green+Blue) = 124+248+237=609 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.36% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 248 - color contains mainly: green. Hex color #7CF8ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF8ED is #830712. Grayscale: #D1D1D1. Windows color (decimal): -8587027 or 15595644. OLE color: 15595644.

HSL color Cylindrical-coordinate representation of color #7CF8ED: hue angle of 174.68º 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 #7CF8ED is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 124 248 237 -
CMYK 0.5 0 0.04 0.03
HSL 174.68º 0.9% 0.73% -
HSV(B) 174.68º 0.5% 0.97% -
XYZ 57.17 77.53 92.07 -
YUV 209.67 143.42 66.89 -
System Red Green Blue C M Y K H S L
Decimal 124 248 237 0.5 0 0.04 0.03 174.68 0.9 0.73
Hex 7C F8 ED 32 0 4 3 AF 5A 49
Octal 174 370 355 62 0 4 3 257 132 111
Binary 1111100 11111000 11101101 110010 0 100 11 10101111 1011010 1001001

Color Harmonies of #7CF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF8ED

Black with #7CF8ED

Text Example


Text Example

White with #7CF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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