Html Css Color HEX #7BE2FC Electric Blue

📋 copy color: '#7BE2FC'

red 123 ◦ green 226 ◦ blue 252

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

Shades of Electric Blue #7BE2FC

Tints of Electric Blue #7BE2FC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.6%

 BLUE value IS 252 (98.83% from 255) = 41.93%

R = 20.47%
G = 37.6%
B = 41.93%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BE2FC (or 0x7BE2FC) is known color: Electric Blue. HEX triplet: 7B, E2 and FC. RGB value is (123,226,252). Sum of RGB (Red+Green+Blue) = 123+226+252=601 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.47% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BE2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE2FC is #841D03. Grayscale: #C5C5C5. Windows color (decimal): -8658180 or 16573051. OLE color: 16573051.

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

Color convert

RGB 123 226 252 -
CMYK 0.51 0.10 0 0.01
HSL 192.09º 0.96% 0.74% -
HSV(B) 192.09º 0.51% 0.99% -
XYZ 52.94 65.63 101.97 -
YUV 198.17 158.38 74.39 -
System Red Green Blue C M Y K H S L
Decimal 123 226 252 0.51 0.10 0 0.01 192.09 0.96 0.74
Hex 7B E2 FC 33 A 0 1 C0 60 4A
Octal 173 342 374 63 12 0 1 300 140 112
Binary 1111011 11100010 11111100 110011 1010 0 1 11000000 1100000 1001010

Color Harmonies of #7BE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BE2FC

Black with #7BE2FC

Text Example


Text Example

White with #7BE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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