Html Css Color HEX #7BF0FF Electric Blue

📋 copy color: '#7BF0FF'

red 123 ◦ green 240 ◦ blue 255

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

Shades of Electric Blue #7BF0FF

Tints of Electric Blue #7BF0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.26%

R = 19.9%
G = 38.83%
B = 41.26%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BF0FF (or 0x7BF0FF) is known color: Electric Blue. HEX triplet: 7B, F0 and FF. RGB value is (123,240,255). Sum of RGB (Red+Green+Blue) = 123+240+255=618 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.90% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BF0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF0FF is #840F00. Grayscale: #CECECE. Windows color (decimal): -8654593 or 16773243. OLE color: 16773243.

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

Color convert

RGB 123 240 255 -
CMYK 0.52 0.06 0 0
HSL 186.82º 1% 0.74% -
HSV(B) 186.82º 0.52% 1% -
XYZ 57.38 73.75 105.82 -
YUV 206.73 155.24 68.28 -
System Red Green Blue C M Y K H S L
Decimal 123 240 255 0.52 0.06 0 0 186.82 1 0.74
Hex 7B F0 FF 34 6 0 0 BB 64 4A
Octal 173 360 377 64 6 0 0 273 144 112
Binary 1111011 11110000 11111111 110100 110 0 0 10111011 1100100 1001010

Color Harmonies of #7BF0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF0FF

Black with #7BF0FF

Text Example


Text Example

White with #7BF0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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