Html Css Color HEX #7CF6F5 Electric Blue

📋 copy color: '#7CF6F5'

red 124 ◦ green 246 ◦ blue 245

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

Shades of Electric Blue #7CF6F5

Tints of Electric Blue #7CF6F5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40%

 BLUE value IS 245 (96.09% from 255) = 39.84%

R = 20.16%
G = 40%
B = 39.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#7CF6F5 (or 0x7CF6F5) is known color: Electric Blue. HEX triplet: 7C, F6 and F5. RGB value is (124,246,245). Sum of RGB (Red+Green+Blue) = 124+246+245=615 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.16% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 245 (96.09% from 255 or 39.84% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #7CF6F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF6F5 is #83090A. Grayscale: #D1D1D1. Windows color (decimal): -8587531 or 16119420. OLE color: 16119420.

HSL color Cylindrical-coordinate representation of color #7CF6F5: hue angle of 179.51º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF6F5 is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 124 246 245 -
CMYK 0.50 0 0.00 0.04
HSL 179.51º 0.87% 0.73% -
HSV(B) 179.51º 0.5% 0.96% -
XYZ 57.75 76.79 98.16 -
YUV 209.41 148.08 67.08 -
System Red Green Blue C M Y K H S L
Decimal 124 246 245 0.50 0 0.00 0.04 179.51 0.87 0.73
Hex 7C F6 F5 32 0 0 4 B4 57 49
Octal 174 366 365 62 0 0 4 264 127 111
Binary 1111100 11110110 11110101 110010 0 0 100 10110100 1010111 1001001

Color Harmonies of #7CF6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF6F5

Black with #7CF6F5

Text Example


Text Example

White with #7CF6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,246,245); }

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

background-color css

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

 a { background-color: rgb(124,246,245); }

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

border-color css

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

 span { border-color: rgb(124,246,245); }

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