Html Css Color HEX #7BFFFB Electric Blue

📋 copy color: '#7BFFFB'

red 123 ◦ green 255 ◦ blue 251

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

Shades of Electric Blue #7BFFFB

Tints of Electric Blue #7BFFFB

RGB

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

 GREEN value IS 255 (100% from 255) = 40.54%

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

R = 19.55%
G = 40.54%
B = 39.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#7BFFFB (or 0x7BFFFB) is known color: Electric Blue. HEX triplet: 7B, FF and FB. RGB value is (123,255,251). Sum of RGB (Red+Green+Blue) = 123+255+251=629 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.55% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFFB is #840004. Grayscale: #D6D6D6. Windows color (decimal): -8650757 or 16514939. OLE color: 16514939.

HSL color Cylindrical-coordinate representation of color #7BFFFB: hue angle of 178.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFFB is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 123 255 251 -
CMYK 0.52 0 0.02 0
HSL 178.18º 1% 0.74% -
HSV(B) 178.18º 0.52% 1% -
XYZ 61.34 82.7 104 -
YUV 215.08 148.27 62.33 -
System Red Green Blue C M Y K H S L
Decimal 123 255 251 0.52 0 0.02 0 178.18 1 0.74
Hex 7B FF FB 34 0 2 0 B2 64 4A
Octal 173 377 373 64 0 2 0 262 144 112
Binary 1111011 11111111 11111011 110100 0 10 0 10110010 1100100 1001010

Color Harmonies of #7BFFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFFFB

Black with #7BFFFB

Text Example


Text Example

White with #7BFFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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