Html Css Color HEX #7BFFFF Electric Blue

📋 copy color: '#7BFFFF'

red 123 ◦ green 255 ◦ blue 255

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

Shades of Electric Blue #7BFFFF

Tints of Electric Blue #7BFFFF

RGB

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

 GREEN value IS 255 (100% from 255) = 40.28%

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

R = 19.43%
G = 40.28%
B = 40.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BFFFF (or 0x7BFFFF) is known color: Electric Blue. HEX triplet: 7B, FF and FF. RGB value is (123,255,255). Sum of RGB (Red+Green+Blue) = 123+255+255=633 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.43% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #7BFFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFFF is #840000. Grayscale: #D7D7D7. Windows color (decimal): -8650753 or 16777083. OLE color: 16777083.

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

Color convert

RGB 123 255 255 -
CMYK 0.52 0 0 0
HSL 180º 1% 0.74% -
HSV(B) 180º 0.52% 1% -
XYZ 61.98 82.95 107.35 -
YUV 215.53 150.27 62 -
System Red Green Blue C M Y K H S L
Decimal 123 255 255 0.52 0 0 0 180 1 0.74
Hex 7B FF FF 34 0 0 0 B4 64 4A
Octal 173 377 377 64 0 0 0 264 144 112
Binary 1111011 11111111 11111111 110100 0 0 0 10110100 1100100 1001010

Color Harmonies of #7BFFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFFFF

Black with #7BFFFF

Text Example


Text Example

White with #7BFFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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