Html Css Color HEX #7BFEF2 Electric Blue

📋 copy color: '#7BFEF2'

red 123 ◦ green 254 ◦ blue 242

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

Shades of Electric Blue #7BFEF2

Tints of Electric Blue #7BFEF2

RGB

 RED value IS 123 (48.44% from 255) = 19.87%

 GREEN value IS 254 (99.61% from 255) = 41.03%

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

R = 19.87%
G = 41.03%
B = 39.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#7BFEF2 (or 0x7BFEF2) is known color: Electric Blue. HEX triplet: 7B, FE and F2. RGB value is (123,254,242). Sum of RGB (Red+Green+Blue) = 123+254+242=619 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.87% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEF2 is #84010D. Grayscale: #D5D5D5. Windows color (decimal): -8651022 or 15924859. OLE color: 15924859.

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

Color convert

RGB 123 254 242 -
CMYK 0.52 0 0.05 0.00
HSL 174.5º 0.98% 0.74% -
HSV(B) 174.5º 0.52% 1% -
XYZ 59.64 81.51 96.59 -
YUV 213.46 144.1 63.48 -
System Red Green Blue C M Y K H S L
Decimal 123 254 242 0.52 0 0.05 0.00 174.5 0.98 0.74
Hex 7B FE F2 34 0 5 0 AF 62 4A
Octal 173 376 362 64 0 5 0 257 142 112
Binary 1111011 11111110 11110010 110100 0 101 0 10101111 1100010 1001010

Color Harmonies of #7BFEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFEF2

Black with #7BFEF2

Text Example


Text Example

White with #7BFEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,254,242); }

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

background-color css

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

 a { background-color: rgb(123,254,242); }

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

border-color css

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

 span { border-color: rgb(123,254,242); }

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