Html Css Color HEX #7BFEFD Electric Blue

📋 copy color: '#7BFEFD'

red 123 ◦ green 254 ◦ blue 253

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

Shades of Electric Blue #7BFEFD

Tints of Electric Blue #7BFEFD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.32%

 BLUE value IS 253 (99.22% from 255) = 40.16%

R = 19.52%
G = 40.32%
B = 40.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#7BFEFD (or 0x7BFEFD) is known color: Electric Blue. HEX triplet: 7B, FE and FD. RGB value is (123,254,253). Sum of RGB (Red+Green+Blue) = 123+254+253=630 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.52% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEFD is #840102. Grayscale: #D6D6D6. Windows color (decimal): -8651011 or 16645755. OLE color: 16645755.

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

Color convert

RGB 123 254 253 -
CMYK 0.52 0 0.00 0.00
HSL 179.54º 0.98% 0.74% -
HSV(B) 179.54º 0.52% 1% -
XYZ 61.34 82.19 105.56 -
YUV 214.72 149.6 62.58 -
System Red Green Blue C M Y K H S L
Decimal 123 254 253 0.52 0 0.00 0.00 179.54 0.98 0.74
Hex 7B FE FD 34 0 0 0 B4 62 4A
Octal 173 376 375 64 0 0 0 264 142 112
Binary 1111011 11111110 11111101 110100 0 0 0 10110100 1100010 1001010

Color Harmonies of #7BFEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFEFD

Black with #7BFEFD

Text Example


Text Example

White with #7BFEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,254,253); }

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

background-color css

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

 a { background-color: rgb(123,254,253); }

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

border-color css

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

 span { border-color: rgb(123,254,253); }

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