Html Css Color HEX #7BF0E5 Electric Blue

📋 copy color: '#7BF0E5'

red 123 ◦ green 240 ◦ blue 229

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

Shades of Electric Blue #7BF0E5

Tints of Electric Blue #7BF0E5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.54%

 BLUE value IS 229 (89.84% from 255) = 38.68%

R = 20.78%
G = 40.54%
B = 38.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#7BF0E5 (or 0x7BF0E5) is known color: Electric Blue. HEX triplet: 7B, F0 and E5. RGB value is (123,240,229). Sum of RGB (Red+Green+Blue) = 123+240+229=592 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.78% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF0E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF0E5 is #840F1A. Grayscale: #CBCBCB. Windows color (decimal): -8654619 or 15069307. OLE color: 15069307.

HSL color Cylindrical-coordinate representation of color #7BF0E5: hue angle of 174.36º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF0E5 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 240 229 -
CMYK 0.49 0 0.05 0.06
HSL 174.36º 0.8% 0.71% -
HSV(B) 174.36º 0.49% 0.94% -
XYZ 53.47 72.19 85.24 -
YUV 203.76 142.24 70.39 -
System Red Green Blue C M Y K H S L
Decimal 123 240 229 0.49 0 0.05 0.06 174.36 0.8 0.71
Hex 7B F0 E5 31 0 5 6 AE 50 47
Octal 173 360 345 61 0 5 6 256 120 107
Binary 1111011 11110000 11100101 110001 0 101 110 10101110 1010000 1000111

Color Harmonies of #7BF0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF0E5

Black with #7BF0E5

Text Example


Text Example

White with #7BF0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,240,229); }

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

background-color css

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

 a { background-color: rgb(123,240,229); }

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

border-color css

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

 span { border-color: rgb(123,240,229); }

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