Html Css Color HEX #7BF7EE Electric Blue

📋 copy color: '#7BF7EE'

red 123 ◦ green 247 ◦ blue 238

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

Shades of Electric Blue #7BF7EE

Tints of Electric Blue #7BF7EE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.63%

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

R = 20.23%
G = 40.63%
B = 39.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#7BF7EE (or 0x7BF7EE) is known color: Electric Blue. HEX triplet: 7B, F7 and EE. RGB value is (123,247,238). Sum of RGB (Red+Green+Blue) = 123+247+238=608 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.23% from 608); Green value is 247 (96.88% from 255 or 40.62% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 247 - color contains mainly: green. Hex color #7BF7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF7EE is #840811. Grayscale: #D0D0D0. Windows color (decimal): -8652818 or 15660923. OLE color: 15660923.

HSL color Cylindrical-coordinate representation of color #7BF7EE: hue angle of 175.65º degrees, saturation: 0.89, 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 #7BF7EE is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 123 247 238 -
CMYK 0.50 0 0.04 0.03
HSL 175.65º 0.89% 0.73% -
HSV(B) 175.65º 0.5% 0.97% -
XYZ 56.86 76.91 92.74 -
YUV 208.9 144.42 66.73 -
System Red Green Blue C M Y K H S L
Decimal 123 247 238 0.50 0 0.04 0.03 175.65 0.89 0.73
Hex 7B F7 EE 32 0 4 3 B0 59 49
Octal 173 367 356 62 0 4 3 260 131 111
Binary 1111011 11110111 11101110 110010 0 100 11 10110000 1011001 1001001

Color Harmonies of #7BF7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF7EE

Black with #7BF7EE

Text Example


Text Example

White with #7BF7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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