Html Css Color HEX #7BF4FE Electric Blue

📋 copy color: '#7BF4FE'

red 123 ◦ green 244 ◦ blue 254

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

Shades of Electric Blue #7BF4FE

Tints of Electric Blue #7BF4FE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.29%

 BLUE value IS 254 (99.61% from 255) = 40.9%

R = 19.81%
G = 39.29%
B = 40.9%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7BF4FE (or 0x7BF4FE) is known color: Electric Blue. HEX triplet: 7B, F4 and FE. RGB value is (123,244,254). Sum of RGB (Red+Green+Blue) = 123+244+254=621 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.81% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BF4FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF4FE is #840B01. Grayscale: #D0D0D0. Windows color (decimal): -8653570 or 16708731. OLE color: 16708731.

HSL color Cylindrical-coordinate representation of color #7BF4FE: hue angle of 184.58º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BF4FE is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 123 244 254 -
CMYK 0.52 0.04 0 0.00
HSL 184.58º 0.98% 0.74% -
HSV(B) 184.58º 0.52% 1% -
XYZ 58.41 76.07 105.37 -
YUV 208.96 153.41 66.69 -
System Red Green Blue C M Y K H S L
Decimal 123 244 254 0.52 0.04 0 0.00 184.58 0.98 0.74
Hex 7B F4 FE 34 4 0 0 B9 62 4A
Octal 173 364 376 64 4 0 0 271 142 112
Binary 1111011 11110100 11111110 110100 100 0 0 10111001 1100010 1001010

Color Harmonies of #7BF4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF4FE

Black with #7BF4FE

Text Example


Text Example

White with #7BF4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,244,254); }

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

background-color css

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

 a { background-color: rgb(123,244,254); }

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

border-color css

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

 span { border-color: rgb(123,244,254); }

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