Html Css Color HEX #7BF9F7 Electric Blue

📋 copy color: '#7BF9F7'

red 123 ◦ green 249 ◦ blue 247

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

Shades of Electric Blue #7BF9F7

Tints of Electric Blue #7BF9F7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.23%

 BLUE value IS 247 (96.88% from 255) = 39.9%

R = 19.87%
G = 40.23%
B = 39.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#7BF9F7 (or 0x7BF9F7) is known color: Electric Blue. HEX triplet: 7B, F9 and F7. RGB value is (123,249,247). Sum of RGB (Red+Green+Blue) = 123+249+247=619 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.87% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 249 - color contains mainly: green. Hex color #7BF9F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF9F7 is #840608. Grayscale: #D2D2D2. Windows color (decimal): -8652297 or 16251259. OLE color: 16251259.

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

Color convert

RGB 123 249 247 -
CMYK 0.51 0 0.01 0.02
HSL 179.05º 0.91% 0.73% -
HSV(B) 179.05º 0.51% 0.98% -
XYZ 58.83 78.68 100.08 -
YUV 211.1 148.26 65.16 -
System Red Green Blue C M Y K H S L
Decimal 123 249 247 0.51 0 0.01 0.02 179.05 0.91 0.73
Hex 7B F9 F7 33 0 1 2 B3 5B 49
Octal 173 371 367 63 0 1 2 263 133 111
Binary 1111011 11111001 11110111 110011 0 1 10 10110011 1011011 1001001

Color Harmonies of #7BF9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF9F7

Black with #7BF9F7

Text Example


Text Example

White with #7BF9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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