Html Css Color HEX #7BFEF6 Electric Blue

📋 copy color: '#7BFEF6'

red 123 ◦ green 254 ◦ blue 246

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

Shades of Electric Blue #7BFEF6

Tints of Electric Blue #7BFEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.49%

R = 19.74%
G = 40.77%
B = 39.49%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#7BFEF6 (or 0x7BFEF6) is known color: Electric Blue. HEX triplet: 7B, FE and F6. RGB value is (123,254,246). Sum of RGB (Red+Green+Blue) = 123+254+246=623 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.74% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEF6 is #840109. Grayscale: #D5D5D5. Windows color (decimal): -8651018 or 16187003. OLE color: 16187003.

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

Color convert

RGB 123 254 246 -
CMYK 0.52 0 0.03 0.00
HSL 176.34º 0.98% 0.74% -
HSV(B) 176.34º 0.52% 1% -
XYZ 60.24 81.75 99.79 -
YUV 213.92 146.1 63.15 -
System Red Green Blue C M Y K H S L
Decimal 123 254 246 0.52 0 0.03 0.00 176.34 0.98 0.74
Hex 7B FE F6 34 0 3 0 B0 62 4A
Octal 173 376 366 64 0 3 0 260 142 112
Binary 1111011 11111110 11110110 110100 0 11 0 10110000 1100010 1001010

Color Harmonies of #7BFEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFEF6

Black with #7BFEF6

Text Example


Text Example

White with #7BFEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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