Html Css Color HEX #7BF1EC Electric Blue

📋 copy color: '#7BF1EC'

red 123 ◦ green 241 ◦ blue 236

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

Shades of Electric Blue #7BF1EC

Tints of Electric Blue #7BF1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.17%

 BLUE value IS 236 (92.58% from 255) = 39.33%

R = 20.5%
G = 40.17%
B = 39.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#7BF1EC (or 0x7BF1EC) is known color: Electric Blue. HEX triplet: 7B, F1 and EC. RGB value is (123,241,236). Sum of RGB (Red+Green+Blue) = 123+241+236=600 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.5% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #7BF1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF1EC is #840E13. Grayscale: #CDCDCD. Windows color (decimal): -8654356 or 15528315. OLE color: 15528315.

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

Color convert

RGB 123 241 236 -
CMYK 0.49 0 0.02 0.05
HSL 177.46º 0.81% 0.71% -
HSV(B) 177.46º 0.49% 0.95% -
XYZ 54.76 73.18 90.6 -
YUV 205.15 145.41 69.41 -
System Red Green Blue C M Y K H S L
Decimal 123 241 236 0.49 0 0.02 0.05 177.46 0.81 0.71
Hex 7B F1 EC 31 0 2 5 B1 51 47
Octal 173 361 354 61 0 2 5 261 121 107
Binary 1111011 11110001 11101100 110001 0 10 101 10110001 1010001 1000111

Color Harmonies of #7BF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF1EC

Black with #7BF1EC

Text Example


Text Example

White with #7BF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,241,236); }

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

background-color css

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

 a { background-color: rgb(123,241,236); }

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

border-color css

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

 span { border-color: rgb(123,241,236); }

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