Html Css Color HEX #7BE3FE Electric Blue

📋 copy color: '#7BE3FE'

red 123 ◦ green 227 ◦ blue 254

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

Shades of Electric Blue #7BE3FE

Tints of Electric Blue #7BE3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.58%

 BLUE value IS 254 (99.61% from 255) = 42.05%

R = 20.36%
G = 37.58%
B = 42.05%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7BE3FE (or 0x7BE3FE) is known color: Electric Blue. HEX triplet: 7B, E3 and FE. RGB value is (123,227,254). Sum of RGB (Red+Green+Blue) = 123+227+254=604 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.36% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BE3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE3FE is #841C01. Grayscale: #C6C6C6. Windows color (decimal): -8657922 or 16704379. OLE color: 16704379.

HSL color Cylindrical-coordinate representation of color #7BE3FE: hue angle of 192.37º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BE3FE is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 123 227 254 -
CMYK 0.52 0.11 0 0.00
HSL 192.37º 0.98% 0.74% -
HSV(B) 192.37º 0.52% 1% -
XYZ 53.53 66.3 103.74 -
YUV 198.98 159.04 73.8 -
System Red Green Blue C M Y K H S L
Decimal 123 227 254 0.52 0.11 0 0.00 192.37 0.98 0.74
Hex 7B E3 FE 34 B 0 0 C0 62 4A
Octal 173 343 376 64 13 0 0 300 142 112
Binary 1111011 11100011 11111110 110100 1011 0 0 11000000 1100010 1001010

Color Harmonies of #7BE3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BE3FE

Black with #7BE3FE

Text Example


Text Example

White with #7BE3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,227,254); }

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

background-color css

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

 a { background-color: rgb(123,227,254); }

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

border-color css

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

 span { border-color: rgb(123,227,254); }

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