Html Css Color HEX #7BF6EC Electric Blue

📋 copy color: '#7BF6EC'

red 123 ◦ green 246 ◦ blue 236

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

Shades of Electric Blue #7BF6EC

Tints of Electric Blue #7BF6EC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.66%

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

R = 20.33%
G = 40.66%
B = 39.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#7BF6EC (or 0x7BF6EC) is known color: Electric Blue. HEX triplet: 7B, F6 and EC. RGB value is (123,246,236). Sum of RGB (Red+Green+Blue) = 123+246+236=605 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.33% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #7BF6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF6EC is #840913. Grayscale: #D0D0D0. Windows color (decimal): -8653076 or 15529595. OLE color: 15529595.

HSL color Cylindrical-coordinate representation of color #7BF6EC: hue angle of 175.12º degrees, saturation: 0.87, 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 #7BF6EC is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 123 246 236 -
CMYK 0.50 0 0.04 0.04
HSL 175.12º 0.87% 0.72% -
HSV(B) 175.12º 0.5% 0.96% -
XYZ 56.26 76.18 91.1 -
YUV 208.08 143.75 67.31 -
System Red Green Blue C M Y K H S L
Decimal 123 246 236 0.50 0 0.04 0.04 175.12 0.87 0.72
Hex 7B F6 EC 32 0 4 4 AF 57 48
Octal 173 366 354 62 0 4 4 257 127 110
Binary 1111011 11110110 11101100 110010 0 100 100 10101111 1010111 1001000

Color Harmonies of #7BF6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF6EC

Black with #7BF6EC

Text Example


Text Example

White with #7BF6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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