Html Css Color HEX #7BECFC Electric Blue

📋 copy color: '#7BECFC'

red 123 ◦ green 236 ◦ blue 252

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

Shades of Electric Blue #7BECFC

Tints of Electric Blue #7BECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.63%

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

R = 20.13%
G = 38.63%
B = 41.24%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BECFC (or 0x7BECFC) is known color: Electric Blue. HEX triplet: 7B, EC and FC. RGB value is (123,236,252). Sum of RGB (Red+Green+Blue) = 123+236+252=611 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.13% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BECFC is #841303. Grayscale: #CBCBCB. Windows color (decimal): -8655620 or 16575611. OLE color: 16575611.

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

Color convert

RGB 123 236 252 -
CMYK 0.51 0.06 0 0.01
HSL 187.44º 0.96% 0.74% -
HSV(B) 187.44º 0.51% 0.99% -
XYZ 55.73 71.23 102.91 -
YUV 204.04 155.06 70.2 -
System Red Green Blue C M Y K H S L
Decimal 123 236 252 0.51 0.06 0 0.01 187.44 0.96 0.74
Hex 7B EC FC 33 6 0 1 BB 60 4A
Octal 173 354 374 63 6 0 1 273 140 112
Binary 1111011 11101100 11111100 110011 110 0 1 10111011 1100000 1001010

Color Harmonies of #7BECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BECFC

Black with #7BECFC

Text Example


Text Example

White with #7BECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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