Html Css Color HEX #7BF6F3 Electric Blue

📋 copy color: '#7BF6F3'

red 123 ◦ green 246 ◦ blue 243

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

Shades of Electric Blue #7BF6F3

Tints of Electric Blue #7BF6F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.71%

R = 20.1%
G = 40.2%
B = 39.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#7BF6F3 (or 0x7BF6F3) is known color: Electric Blue. HEX triplet: 7B, F6 and F3. RGB value is (123,246,243). Sum of RGB (Red+Green+Blue) = 123+246+243=612 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.10% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #7BF6F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF6F3 is #84090C. Grayscale: #D0D0D0. Windows color (decimal): -8653069 or 15988347. OLE color: 15988347.

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

Color convert

RGB 123 246 243 -
CMYK 0.50 0 0.01 0.04
HSL 178.54º 0.87% 0.72% -
HSV(B) 178.54º 0.5% 0.96% -
XYZ 57.3 76.59 96.56 -
YUV 208.88 147.25 66.74 -
System Red Green Blue C M Y K H S L
Decimal 123 246 243 0.50 0 0.01 0.04 178.54 0.87 0.72
Hex 7B F6 F3 32 0 1 4 B3 57 48
Octal 173 366 363 62 0 1 4 263 127 110
Binary 1111011 11110110 11110011 110010 0 1 100 10110011 1010111 1001000

Color Harmonies of #7BF6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF6F3

Black with #7BF6F3

Text Example


Text Example

White with #7BF6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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