Html Css Color HEX #7BFBFB Electric Blue

📋 copy color: '#7BFBFB'

red 123 ◦ green 251 ◦ blue 251

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

Shades of Electric Blue #7BFBFB

Tints of Electric Blue #7BFBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.16%

R = 19.68%
G = 40.16%
B = 40.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7BFBFB (or 0x7BFBFB) is known color: Electric Blue. HEX triplet: 7B, FB and FB. RGB value is (123,251,251). Sum of RGB (Red+Green+Blue) = 123+251+251=625 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.68% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #7BFBFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFBFB is #840404. Grayscale: #D4D4D4. Windows color (decimal): -8651781 or 16513915. OLE color: 16513915.

HSL color Cylindrical-coordinate representation of color #7BFBFB: hue angle of 180º 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 #7BFBFB is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 251 251 -
CMYK 0.51 0 0 0.02
HSL 180º 0.94% 0.73% -
HSV(B) 180º 0.51% 0.98% -
XYZ 60.08 80.17 103.57 -
YUV 212.73 149.59 64 -
System Red Green Blue C M Y K H S L
Decimal 123 251 251 0.51 0 0 0.02 180 0.94 0.73
Hex 7B FB FB 33 0 0 2 B4 5E 49
Octal 173 373 373 63 0 0 2 264 136 111
Binary 1111011 11111011 11111011 110011 0 0 10 10110100 1011110 1001001

Color Harmonies of #7BFBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFBFB

Black with #7BFBFB

Text Example


Text Example

White with #7BFBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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