Html Css Color HEX #7BF2FE Electric Blue

📋 copy color: '#7BF2FE'

red 123 ◦ green 242 ◦ blue 254

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

Shades of Electric Blue #7BF2FE

Tints of Electric Blue #7BF2FE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.1%

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

R = 19.87%
G = 39.1%
B = 41.03%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7BF2FE (or 0x7BF2FE) is known color: Electric Blue. HEX triplet: 7B, F2 and FE. RGB value is (123,242,254). Sum of RGB (Red+Green+Blue) = 123+242+254=619 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.87% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BF2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF2FE is #840D01. Grayscale: #CFCFCF. Windows color (decimal): -8654082 or 16708219. OLE color: 16708219.

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

Color convert

RGB 123 242 254 -
CMYK 0.52 0.05 0 0.00
HSL 185.5º 0.98% 0.74% -
HSV(B) 185.5º 0.52% 1% -
XYZ 57.81 74.87 105.17 -
YUV 207.79 154.08 67.52 -
System Red Green Blue C M Y K H S L
Decimal 123 242 254 0.52 0.05 0 0.00 185.5 0.98 0.74
Hex 7B F2 FE 34 5 0 0 B9 62 4A
Octal 173 362 376 64 5 0 0 271 142 112
Binary 1111011 11110010 11111110 110100 101 0 0 10111001 1100010 1001010

Color Harmonies of #7BF2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF2FE

Black with #7BF2FE

Text Example


Text Example

White with #7BF2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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