Html Css Color HEX #7CFBF2 Electric Blue

📋 copy color: '#7CFBF2'

red 124 ◦ green 251 ◦ blue 242

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

Shades of Electric Blue #7CFBF2

Tints of Electric Blue #7CFBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.68%

 BLUE value IS 242 (94.92% from 255) = 39.22%

R = 20.1%
G = 40.68%
B = 39.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#7CFBF2 (or 0x7CFBF2) is known color: Electric Blue. HEX triplet: 7C, FB and F2. RGB value is (124,251,242). Sum of RGB (Red+Green+Blue) = 124+251+242=617 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.10% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFBF2 is #83040D. Grayscale: #D3D3D3. Windows color (decimal): -8586254 or 15924092. OLE color: 15924092.

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

Color convert

RGB 124 251 242 -
CMYK 0.51 0 0.04 0.02
HSL 175.75º 0.94% 0.74% -
HSV(B) 175.75º 0.51% 0.98% -
XYZ 58.84 79.69 96.29 -
YUV 212 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 124 251 242 0.51 0 0.04 0.02 175.75 0.94 0.74
Hex 7C FB F2 33 0 4 2 B0 5E 4A
Octal 174 373 362 63 0 4 2 260 136 112
Binary 1111100 11111011 11110010 110011 0 100 10 10110000 1011110 1001010

Color Harmonies of #7CFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFBF2

Black with #7CFBF2

Text Example


Text Example

White with #7CFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,251,242); }

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

background-color css

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

 a { background-color: rgb(124,251,242); }

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

border-color css

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

 span { border-color: rgb(124,251,242); }

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