Html Css Color HEX #7BFCFA Electric Blue

📋 copy color: '#7BFCFA'

red 123 ◦ green 252 ◦ blue 250

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

Shades of Electric Blue #7BFCFA

Tints of Electric Blue #7BFCFA

RGB

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

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

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

R = 19.68%
G = 40.32%
B = 40%

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

#7BFCFA (or 0x7BFCFA) is known color: Electric Blue. HEX triplet: 7B, FC and FA. RGB value is (123,252,250). Sum of RGB (Red+Green+Blue) = 123+252+250=625 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.68% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFCFA is #840305. Grayscale: #D5D5D5. Windows color (decimal): -8651526 or 16448635. OLE color: 16448635.

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

Color convert

RGB 123 252 250 -
CMYK 0.51 0 0.01 0.01
HSL 179.07º 0.96% 0.74% -
HSV(B) 179.07º 0.51% 0.99% -
XYZ 60.23 80.73 102.85 -
YUV 213.2 148.76 63.66 -
System Red Green Blue C M Y K H S L
Decimal 123 252 250 0.51 0 0.01 0.01 179.07 0.96 0.74
Hex 7B FC FA 33 0 1 1 B3 60 4A
Octal 173 374 372 63 0 1 1 263 140 112
Binary 1111011 11111100 11111010 110011 0 1 1 10110011 1100000 1001010

Color Harmonies of #7BFCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFCFA

Black with #7BFCFA

Text Example


Text Example

White with #7BFCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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