Html Css Color HEX #7BFBFA Electric Blue

📋 copy color: '#7BFBFA'

red 123 ◦ green 251 ◦ blue 250

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

Shades of Electric Blue #7BFBFA

Tints of Electric Blue #7BFBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 19.71%
G = 40.22%
B = 40.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#7BFBFA (or 0x7BFBFA) is known color: Electric Blue. HEX triplet: 7B, FB and FA. RGB value is (123,251,250). Sum of RGB (Red+Green+Blue) = 123+251+250=624 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.71% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFBFA is #840405. Grayscale: #D4D4D4. Windows color (decimal): -8651782 or 16448379. OLE color: 16448379.

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

Color convert

RGB 123 251 250 -
CMYK 0.51 0 0.00 0.02
HSL 179.53º 0.94% 0.73% -
HSV(B) 179.53º 0.51% 0.98% -
XYZ 59.92 80.11 102.75 -
YUV 212.61 149.09 64.08 -
System Red Green Blue C M Y K H S L
Decimal 123 251 250 0.51 0 0.00 0.02 179.53 0.94 0.73
Hex 7B FB FA 33 0 0 2 B4 5E 49
Octal 173 373 372 63 0 0 2 264 136 111
Binary 1111011 11111011 11111010 110011 0 0 10 10110100 1011110 1001001

Color Harmonies of #7BFBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFBFA

Black with #7BFBFA

Text Example


Text Example

White with #7BFBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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