Html Css Color HEX #7BEBFF Electric Blue

📋 copy color: '#7BEBFF'

red 123 ◦ green 235 ◦ blue 255

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

Shades of Electric Blue #7BEBFF

Tints of Electric Blue #7BEBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.34%

 BLUE value IS 255 (100% from 255) = 41.6%

R = 20.07%
G = 38.34%
B = 41.6%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BEBFF (or 0x7BEBFF) is known color: Electric Blue. HEX triplet: 7B, EB and FF. RGB value is (123,235,255). Sum of RGB (Red+Green+Blue) = 123+235+255=613 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.07% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BEBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEBFF is #841400. Grayscale: #CBCBCB. Windows color (decimal): -8655873 or 16771963. OLE color: 16771963.

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

Color convert

RGB 123 235 255 -
CMYK 0.52 0.08 0 0
HSL 189.09º 1% 0.74% -
HSV(B) 189.09º 0.52% 1% -
XYZ 55.93 70.85 105.34 -
YUV 203.79 156.89 70.37 -
System Red Green Blue C M Y K H S L
Decimal 123 235 255 0.52 0.08 0 0 189.09 1 0.74
Hex 7B EB FF 34 8 0 0 BD 64 4A
Octal 173 353 377 64 10 0 0 275 144 112
Binary 1111011 11101011 11111111 110100 1000 0 0 10111101 1100100 1001010

Color Harmonies of #7BEBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEBFF

Black with #7BEBFF

Text Example


Text Example

White with #7BEBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,235,255); }

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

background-color css

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

 a { background-color: rgb(123,235,255); }

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

border-color css

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

 span { border-color: rgb(123,235,255); }

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