Html Css Color HEX #7BFCFB Electric Blue

📋 copy color: '#7BFCFB'

red 123 ◦ green 252 ◦ blue 251

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

Shades of Electric Blue #7BFCFB

Tints of Electric Blue #7BFCFB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.26%

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

R = 19.65%
G = 40.26%
B = 40.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#7BFCFB (or 0x7BFCFB) is known color: Electric Blue. HEX triplet: 7B, FC and FB. RGB value is (123,252,251). Sum of RGB (Red+Green+Blue) = 123+252+251=626 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.65% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFCFB is #840304. Grayscale: #D5D5D5. Windows color (decimal): -8651525 or 16514171. OLE color: 16514171.

HSL color Cylindrical-coordinate representation of color #7BFCFB: hue angle of 179.53º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFCFB is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 252 251 -
CMYK 0.51 0 0.00 0.01
HSL 179.53º 0.96% 0.74% -
HSV(B) 179.53º 0.51% 0.99% -
XYZ 60.39 80.8 103.68 -
YUV 213.32 149.26 63.58 -
System Red Green Blue C M Y K H S L
Decimal 123 252 251 0.51 0 0.00 0.01 179.53 0.96 0.74
Hex 7B FC FB 33 0 0 1 B4 60 4A
Octal 173 374 373 63 0 0 1 264 140 112
Binary 1111011 11111100 11111011 110011 0 0 1 10110100 1100000 1001010

Color Harmonies of #7BFCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFCFB

Black with #7BFCFB

Text Example


Text Example

White with #7BFCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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