Html Css Color HEX #7CF8F3 Electric Blue

📋 copy color: '#7CF8F3'

red 124 ◦ green 248 ◦ blue 243

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

Shades of Electric Blue #7CF8F3

Tints of Electric Blue #7CF8F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.51%

R = 20.16%
G = 40.33%
B = 39.51%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#7CF8F3 (or 0x7CF8F3) is known color: Electric Blue. HEX triplet: 7C, F8 and F3. RGB value is (124,248,243). Sum of RGB (Red+Green+Blue) = 124+248+243=615 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.16% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #7CF8F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF8F3 is #83070C. Grayscale: #D2D2D2. Windows color (decimal): -8587021 or 15988860. OLE color: 15988860.

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

Color convert

RGB 124 248 243 -
CMYK 0.5 0 0.02 0.03
HSL 177.58º 0.9% 0.73% -
HSV(B) 177.58º 0.5% 0.97% -
XYZ 58.06 77.89 96.77 -
YUV 210.35 146.42 66.41 -
System Red Green Blue C M Y K H S L
Decimal 124 248 243 0.5 0 0.02 0.03 177.58 0.9 0.73
Hex 7C F8 F3 32 0 2 3 B2 5A 49
Octal 174 370 363 62 0 2 3 262 132 111
Binary 1111100 11111000 11110011 110010 0 10 11 10110010 1011010 1001001

Color Harmonies of #7CF8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF8F3

Black with #7CF8F3

Text Example


Text Example

White with #7CF8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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