Html Css Color HEX #7BE5FE Electric Blue

📋 copy color: '#7BE5FE'

red 123 ◦ green 229 ◦ blue 254

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

Shades of Electric Blue #7BE5FE

Tints of Electric Blue #7BE5FE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.79%

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

R = 20.3%
G = 37.79%
B = 41.91%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7BE5FE (or 0x7BE5FE) is known color: Electric Blue. HEX triplet: 7B, E5 and FE. RGB value is (123,229,254). Sum of RGB (Red+Green+Blue) = 123+229+254=606 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.30% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BE5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE5FE is #841A01. Grayscale: #C7C7C7. Windows color (decimal): -8657410 or 16704891. OLE color: 16704891.

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

Color convert

RGB 123 229 254 -
CMYK 0.52 0.10 0 0.00
HSL 191.45º 0.98% 0.74% -
HSV(B) 191.45º 0.52% 1% -
XYZ 54.08 67.41 103.93 -
YUV 200.16 158.38 72.97 -
System Red Green Blue C M Y K H S L
Decimal 123 229 254 0.52 0.10 0 0.00 191.45 0.98 0.74
Hex 7B E5 FE 34 A 0 0 BF 62 4A
Octal 173 345 376 64 12 0 0 277 142 112
Binary 1111011 11100101 11111110 110100 1010 0 0 10111111 1100010 1001010

Color Harmonies of #7BE5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BE5FE

Black with #7BE5FE

Text Example


Text Example

White with #7BE5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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