Html Css Color HEX #7BF0FB Electric Blue

📋 copy color: '#7BF0FB'

red 123 ◦ green 240 ◦ blue 251

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

Shades of Electric Blue #7BF0FB

Tints of Electric Blue #7BF0FB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.09%

 BLUE value IS 251 (98.44% from 255) = 40.88%

R = 20.03%
G = 39.09%
B = 40.88%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7BF0FB (or 0x7BF0FB) is known color: Electric Blue. HEX triplet: 7B, F0 and FB. RGB value is (123,240,251). Sum of RGB (Red+Green+Blue) = 123+240+251=614 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.03% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #7BF0FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF0FB is #840F04. Grayscale: #CECECE. Windows color (decimal): -8654597 or 16511099. OLE color: 16511099.

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

Color convert

RGB 123 240 251 -
CMYK 0.51 0.04 0 0.02
HSL 185.16º 0.94% 0.73% -
HSV(B) 185.16º 0.51% 0.98% -
XYZ 56.74 73.5 102.46 -
YUV 206.27 153.24 68.61 -
System Red Green Blue C M Y K H S L
Decimal 123 240 251 0.51 0.04 0 0.02 185.16 0.94 0.73
Hex 7B F0 FB 33 4 0 2 B9 5E 49
Octal 173 360 373 63 4 0 2 271 136 111
Binary 1111011 11110000 11111011 110011 100 0 10 10111001 1011110 1001001

Color Harmonies of #7BF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF0FB

Black with #7BF0FB

Text Example


Text Example

White with #7BF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,240,251); }

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

background-color css

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

 a { background-color: rgb(123,240,251); }

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

border-color css

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

 span { border-color: rgb(123,240,251); }

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