Html Css Color HEX #7BF8EA Electric Blue

📋 copy color: '#7BF8EA'

red 123 ◦ green 248 ◦ blue 234

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

Shades of Electric Blue #7BF8EA

Tints of Electric Blue #7BF8EA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.99%

 BLUE value IS 234 (91.8% from 255) = 38.68%

R = 20.33%
G = 40.99%
B = 38.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#7BF8EA (or 0x7BF8EA) is known color: Electric Blue. HEX triplet: 7B, F8 and EA. RGB value is (123,248,234). Sum of RGB (Red+Green+Blue) = 123+248+234=605 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.33% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #7BF8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF8EA is #840715. Grayscale: #D0D0D0. Windows color (decimal): -8652566 or 15399035. OLE color: 15399035.

HSL color Cylindrical-coordinate representation of color #7BF8EA: hue angle of 173.28º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF8EA is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 123 248 234 -
CMYK 0.50 0 0.06 0.03
HSL 173.28º 0.9% 0.73% -
HSV(B) 173.28º 0.5% 0.97% -
XYZ 56.59 77.29 89.78 -
YUV 209.03 142.09 66.64 -
System Red Green Blue C M Y K H S L
Decimal 123 248 234 0.50 0 0.06 0.03 173.28 0.9 0.73
Hex 7B F8 EA 32 0 6 3 AD 5A 49
Octal 173 370 352 62 0 6 3 255 132 111
Binary 1111011 11111000 11101010 110010 0 110 11 10101101 1011010 1001001

Color Harmonies of #7BF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF8EA

Black with #7BF8EA

Text Example


Text Example

White with #7BF8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,248,234); }

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

background-color css

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

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

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

border-color css

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

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

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