Html Css Color HEX #7BF4ED Electric Blue

📋 copy color: '#7BF4ED'

red 123 ◦ green 244 ◦ blue 237

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

Shades of Electric Blue #7BF4ED

Tints of Electric Blue #7BF4ED

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.4%

 BLUE value IS 237 (92.97% from 255) = 39.24%

R = 20.36%
G = 40.4%
B = 39.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#7BF4ED (or 0x7BF4ED) is known color: Electric Blue. HEX triplet: 7B, F4 and ED. RGB value is (123,244,237). Sum of RGB (Red+Green+Blue) = 123+244+237=604 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.36% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #7BF4ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF4ED is #840B12. Grayscale: #CECECE. Windows color (decimal): -8653587 or 15594619. OLE color: 15594619.

HSL color Cylindrical-coordinate representation of color #7BF4ED: hue angle of 176.53º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF4ED is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 123 244 237 -
CMYK 0.50 0 0.03 0.04
HSL 176.53º 0.85% 0.72% -
HSV(B) 176.53º 0.5% 0.96% -
XYZ 55.81 75.03 91.66 -
YUV 207.02 144.91 68.07 -
System Red Green Blue C M Y K H S L
Decimal 123 244 237 0.50 0 0.03 0.04 176.53 0.85 0.72
Hex 7B F4 ED 32 0 3 4 B1 55 48
Octal 173 364 355 62 0 3 4 261 125 110
Binary 1111011 11110100 11101101 110010 0 11 100 10110001 1010101 1001000

Color Harmonies of #7BF4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF4ED

Black with #7BF4ED

Text Example


Text Example

White with #7BF4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,244,237); }

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

background-color css

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

 a { background-color: rgb(123,244,237); }

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

border-color css

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

 span { border-color: rgb(123,244,237); }

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