Html Css Color HEX #7BEAFD Electric Blue

📋 copy color: '#7BEAFD'

red 123 ◦ green 234 ◦ blue 253

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

Shades of Electric Blue #7BEAFD

Tints of Electric Blue #7BEAFD

RGB

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

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

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

R = 20.16%
G = 38.36%
B = 41.48%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BEAFD (or 0x7BEAFD) is known color: Electric Blue. HEX triplet: 7B, EA and FD. RGB value is (123,234,253). Sum of RGB (Red+Green+Blue) = 123+234+253=610 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.16% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BEAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEAFD is #841502. Grayscale: #CACACA. Windows color (decimal): -8656131 or 16640635. OLE color: 16640635.

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

Color convert

RGB 123 234 253 -
CMYK 0.51 0.08 0 0.01
HSL 188.77º 0.97% 0.74% -
HSV(B) 188.77º 0.51% 0.99% -
XYZ 55.32 70.15 103.55 -
YUV 202.98 156.23 70.96 -
System Red Green Blue C M Y K H S L
Decimal 123 234 253 0.51 0.08 0 0.01 188.77 0.97 0.74
Hex 7B EA FD 33 8 0 1 BD 61 4A
Octal 173 352 375 63 10 0 1 275 141 112
Binary 1111011 11101010 11111101 110011 1000 0 1 10111101 1100001 1001010

Color Harmonies of #7BEAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEAFD

Black with #7BEAFD

Text Example


Text Example

White with #7BEAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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