Html Css Color HEX #7BF3FF Electric Blue

📋 copy color: '#7BF3FF'

red 123 ◦ green 243 ◦ blue 255

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

Shades of Electric Blue #7BF3FF

Tints of Electric Blue #7BF3FF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.13%

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

R = 19.81%
G = 39.13%
B = 41.06%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BF3FF (or 0x7BF3FF) is known color: Electric Blue. HEX triplet: 7B, F3 and FF. RGB value is (123,243,255). Sum of RGB (Red+Green+Blue) = 123+243+255=621 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.81% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BF3FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF3FF is #840C00. Grayscale: #D0D0D0. Windows color (decimal): -8653825 or 16774011. OLE color: 16774011.

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

Color convert

RGB 123 243 255 -
CMYK 0.52 0.05 0 0
HSL 185.45º 1% 0.74% -
HSV(B) 185.45º 0.52% 1% -
XYZ 58.27 75.53 106.12 -
YUV 208.49 154.24 67.02 -
System Red Green Blue C M Y K H S L
Decimal 123 243 255 0.52 0.05 0 0 185.45 1 0.74
Hex 7B F3 FF 34 5 0 0 B9 64 4A
Octal 173 363 377 64 5 0 0 271 144 112
Binary 1111011 11110011 11111111 110100 101 0 0 10111001 1100100 1001010

Color Harmonies of #7BF3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF3FF

Black with #7BF3FF

Text Example


Text Example

White with #7BF3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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