Html Css Color HEX #7BFBF2 Electric Blue

📋 copy color: '#7BFBF2'

red 123 ◦ green 251 ◦ blue 242

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

Shades of Electric Blue #7BFBF2

Tints of Electric Blue #7BFBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.75%

 BLUE value IS 242 (94.92% from 255) = 39.29%

R = 19.97%
G = 40.75%
B = 39.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#7BFBF2 (or 0x7BFBF2) is known color: Electric Blue. HEX triplet: 7B, FB and F2. RGB value is (123,251,242). Sum of RGB (Red+Green+Blue) = 123+251+242=616 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.97% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFBF2 is #84040D. Grayscale: #D3D3D3. Windows color (decimal): -8651790 or 15924091. OLE color: 15924091.

HSL color Cylindrical-coordinate representation of color #7BFBF2: hue angle of 175.78º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFBF2 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 251 242 -
CMYK 0.51 0 0.04 0.02
HSL 175.78º 0.94% 0.73% -
HSV(B) 175.78º 0.51% 0.98% -
XYZ 58.69 79.62 96.28 -
YUV 211.7 145.09 64.73 -
System Red Green Blue C M Y K H S L
Decimal 123 251 242 0.51 0 0.04 0.02 175.78 0.94 0.73
Hex 7B FB F2 33 0 4 2 B0 5E 49
Octal 173 373 362 63 0 4 2 260 136 111
Binary 1111011 11111011 11110010 110011 0 100 10 10110000 1011110 1001001

Color Harmonies of #7BFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFBF2

Black with #7BFBF2

Text Example


Text Example

White with #7BFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,251,242); }

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

background-color css

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

 a { background-color: rgb(123,251,242); }

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

border-color css

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

 span { border-color: rgb(123,251,242); }

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