Html Css Color HEX #7BFAEE Electric Blue

📋 copy color: '#7BFAEE'

red 123 ◦ green 250 ◦ blue 238

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

Shades of Electric Blue #7BFAEE

Tints of Electric Blue #7BFAEE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.92%

 BLUE value IS 238 (93.36% from 255) = 38.95%

R = 20.13%
G = 40.92%
B = 38.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#7BFAEE (or 0x7BFAEE) is known color: Electric Blue. HEX triplet: 7B, FA and EE. RGB value is (123,250,238). Sum of RGB (Red+Green+Blue) = 123+250+238=611 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.13% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAEE is #840511. Grayscale: #D2D2D2. Windows color (decimal): -8652050 or 15661691. OLE color: 15661691.

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

Color convert

RGB 123 250 238 -
CMYK 0.51 0 0.05 0.02
HSL 174.33º 0.93% 0.73% -
HSV(B) 174.33º 0.51% 0.98% -
XYZ 57.79 78.76 93.04 -
YUV 210.66 143.42 65.48 -
System Red Green Blue C M Y K H S L
Decimal 123 250 238 0.51 0 0.05 0.02 174.33 0.93 0.73
Hex 7B FA EE 33 0 5 2 AE 5D 49
Octal 173 372 356 63 0 5 2 256 135 111
Binary 1111011 11111010 11101110 110011 0 101 10 10101110 1011101 1001001

Color Harmonies of #7BFAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFAEE

Black with #7BFAEE

Text Example


Text Example

White with #7BFAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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