Html Css Color HEX #7BFEFF Electric Blue

📋 copy color: '#7BFEFF'

red 123 ◦ green 254 ◦ blue 255

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

Shades of Electric Blue #7BFEFF

Tints of Electric Blue #7BFEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.19%

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

R = 19.46%
G = 40.19%
B = 40.35%

CMYK

 C value IS 0.52

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BFEFF (or 0x7BFEFF) is known color: Electric Blue. HEX triplet: 7B, FE and FF. RGB value is (123,254,255). Sum of RGB (Red+Green+Blue) = 123+254+255=632 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.46% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BFEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEFF is #840100. Grayscale: #D6D6D6. Windows color (decimal): -8651009 or 16776827. OLE color: 16776827.

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

Color convert

RGB 123 254 255 -
CMYK 0.52 0.00 0 0
HSL 180.45º 1% 0.74% -
HSV(B) 180.45º 0.52% 1% -
XYZ 61.66 82.31 107.25 -
YUV 214.95 150.6 62.42 -
System Red Green Blue C M Y K H S L
Decimal 123 254 255 0.52 0.00 0 0 180.45 1 0.74
Hex 7B FE FF 34 0 0 0 B4 64 4A
Octal 173 376 377 64 0 0 0 264 144 112
Binary 1111011 11111110 11111111 110100 0 0 0 10110100 1100100 1001010

Color Harmonies of #7BFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFEFF

Black with #7BFEFF

Text Example


Text Example

White with #7BFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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