Html Css Color HEX #7BFFF5 Electric Blue

📋 copy color: '#7BFFF5'

red 123 ◦ green 255 ◦ blue 245

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

Shades of Electric Blue #7BFFF5

Tints of Electric Blue #7BFFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.33%

R = 19.74%
G = 40.93%
B = 39.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#7BFFF5 (or 0x7BFFF5) is known color: Electric Blue. HEX triplet: 7B, FF and F5. RGB value is (123,255,245). Sum of RGB (Red+Green+Blue) = 123+255+245=623 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.74% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 245 (96.09% from 255 or 39.33% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFF5 is #84000A. Grayscale: #D6D6D6. Windows color (decimal): -8650763 or 16121723. OLE color: 16121723.

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

Color convert

RGB 123 255 245 -
CMYK 0.52 0 0.04 0
HSL 175.45º 1% 0.74% -
HSV(B) 175.45º 0.52% 1% -
XYZ 60.41 82.32 99.09 -
YUV 214.39 145.27 62.81 -
System Red Green Blue C M Y K H S L
Decimal 123 255 245 0.52 0 0.04 0 175.45 1 0.74
Hex 7B FF F5 34 0 4 0 AF 64 4A
Octal 173 377 365 64 0 4 0 257 144 112
Binary 1111011 11111111 11110101 110100 0 100 0 10101111 1100100 1001010

Color Harmonies of #7BFFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFFF5

Black with #7BFFF5

Text Example


Text Example

White with #7BFFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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