Html Css Color HEX #7CFFF1 Electric Blue

📋 copy color: '#7CFFF1'

red 124 ◦ green 255 ◦ blue 241

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

Shades of Electric Blue #7CFFF1

Tints of Electric Blue #7CFFF1

RGB

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

 GREEN value IS 255 (100% from 255) = 41.13%

 BLUE value IS 241 (94.53% from 255) = 38.87%

R = 20%
G = 41.13%
B = 38.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#7CFFF1 (or 0x7CFFF1) is known color: Electric Blue. HEX triplet: 7C, FF and F1. RGB value is (124,255,241). Sum of RGB (Red+Green+Blue) = 124+255+241=620 (82% of max value = 765). Red value is 124 (48.83% from 255 or 20% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFFF1 is #83000E. Grayscale: #D6D6D6. Windows color (decimal): -8585231 or 15859580. OLE color: 15859580.

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

Color convert

RGB 124 255 241 -
CMYK 0.51 0 0.05 0
HSL 173.59º 1% 0.74% -
HSV(B) 173.59º 0.51% 1% -
XYZ 59.95 82.16 95.92 -
YUV 214.24 143.1 63.64 -
System Red Green Blue C M Y K H S L
Decimal 124 255 241 0.51 0 0.05 0 173.59 1 0.74
Hex 7C FF F1 33 0 5 0 AE 64 4A
Octal 174 377 361 63 0 5 0 256 144 112
Binary 1111100 11111111 11110001 110011 0 101 0 10101110 1100100 1001010

Color Harmonies of #7CFFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFFF1

Black with #7CFFF1

Text Example


Text Example

White with #7CFFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,255,241); }

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

background-color css

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

 a { background-color: rgb(124,255,241); }

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

border-color css

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

 span { border-color: rgb(124,255,241); }

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