Html Css Color HEX #7BFDFA Electric Blue

📋 copy color: '#7BFDFA'

red 123 ◦ green 253 ◦ blue 250

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

Shades of Electric Blue #7BFDFA

Tints of Electric Blue #7BFDFA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.42%

 BLUE value IS 250 (98.05% from 255) = 39.94%

R = 19.65%
G = 40.42%
B = 39.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#7BFDFA (or 0x7BFDFA) is known color: Electric Blue. HEX triplet: 7B, FD and FA. RGB value is (123,253,250). Sum of RGB (Red+Green+Blue) = 123+253+250=626 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.65% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFDFA is #840205. Grayscale: #D5D5D5. Windows color (decimal): -8651270 or 16448891. OLE color: 16448891.

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

Color convert

RGB 123 253 250 -
CMYK 0.51 0 0.01 0.01
HSL 178.62º 0.97% 0.74% -
HSV(B) 178.62º 0.51% 0.99% -
XYZ 60.55 81.36 102.96 -
YUV 213.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 123 253 250 0.51 0 0.01 0.01 178.62 0.97 0.74
Hex 7B FD FA 33 0 1 1 B3 61 4A
Octal 173 375 372 63 0 1 1 263 141 112
Binary 1111011 11111101 11111010 110011 0 1 1 10110011 1100001 1001010

Color Harmonies of #7BFDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFDFA

Black with #7BFDFA

Text Example


Text Example

White with #7BFDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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