Html Css Color HEX #7BECF1 Electric Blue

📋 copy color: '#7BECF1'

red 123 ◦ green 236 ◦ blue 241

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

Shades of Electric Blue #7BECF1

Tints of Electric Blue #7BECF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.17%

R = 20.5%
G = 39.33%
B = 40.17%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7BECF1 (or 0x7BECF1) is known color: Electric Blue. HEX triplet: 7B, EC and F1. RGB value is (123,236,241). Sum of RGB (Red+Green+Blue) = 123+236+241=600 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.5% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #7BECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BECF1 is #84130E. Grayscale: #CACACA. Windows color (decimal): -8655631 or 15854715. OLE color: 15854715.

HSL color Cylindrical-coordinate representation of color #7BECF1: hue angle of 182.54º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BECF1 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 236 241 -
CMYK 0.49 0.02 0 0.05
HSL 182.54º 0.81% 0.71% -
HSV(B) 182.54º 0.49% 0.95% -
XYZ 54.04 70.55 93.99 -
YUV 202.78 149.56 71.09 -
System Red Green Blue C M Y K H S L
Decimal 123 236 241 0.49 0.02 0 0.05 182.54 0.81 0.71
Hex 7B EC F1 31 2 0 5 B7 51 47
Octal 173 354 361 61 2 0 5 267 121 107
Binary 1111011 11101100 11110001 110001 10 0 101 10110111 1010001 1000111

Color Harmonies of #7BECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BECF1

Black with #7BECF1

Text Example


Text Example

White with #7BECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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