Html Css Color HEX #7BEAFA Electric Blue

📋 copy color: '#7BEAFA'

red 123 ◦ green 234 ◦ blue 250

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

Shades of Electric Blue #7BEAFA

Tints of Electric Blue #7BEAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.55%

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

R = 20.26%
G = 38.55%
B = 41.19%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7BEAFA (or 0x7BEAFA) is known color: Electric Blue. HEX triplet: 7B, EA and FA. RGB value is (123,234,250). Sum of RGB (Red+Green+Blue) = 123+234+250=607 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.26% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BEAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEAFA is #841505. Grayscale: #CACACA. Windows color (decimal): -8656134 or 16444027. OLE color: 16444027.

HSL color Cylindrical-coordinate representation of color #7BEAFA: hue angle of 187.56º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BEAFA is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 234 250 -
CMYK 0.51 0.06 0 0.02
HSL 187.56º 0.93% 0.73% -
HSV(B) 187.56º 0.51% 0.98% -
XYZ 54.85 69.96 101.06 -
YUV 202.64 154.73 71.2 -
System Red Green Blue C M Y K H S L
Decimal 123 234 250 0.51 0.06 0 0.02 187.56 0.93 0.73
Hex 7B EA FA 33 6 0 2 BC 5D 49
Octal 173 352 372 63 6 0 2 274 135 111
Binary 1111011 11101010 11111010 110011 110 0 10 10111100 1011101 1001001

Color Harmonies of #7BEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEAFA

Black with #7BEAFA

Text Example


Text Example

White with #7BEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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