Html Css Color HEX #7EFFFF Electric Blue

📋 copy color: '#7EFFFF'

red 126 ◦ green 255 ◦ blue 255

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

Shades of Electric Blue #7EFFFF

Tints of Electric Blue #7EFFFF

RGB

 RED value IS 126 (49.61% from 255) = 19.81%

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

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

R = 19.81%
G = 40.09%
B = 40.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7EFFFF (or 0x7EFFFF) is known color: Electric Blue. HEX triplet: 7E, FF and FF. RGB value is (126,255,255). Sum of RGB (Red+Green+Blue) = 126+255+255=636 (84% of max value = 765). Red value is 126 (49.61% from 255 or 19.81% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #7EFFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFFFF is #810000. Grayscale: #D8D8D8. Windows color (decimal): -8454145 or 16777086. OLE color: 16777086.

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

Color convert

RGB 126 255 255 -
CMYK 0.51 0 0 0
HSL 180º 1% 0.75% -
HSV(B) 180º 0.51% 1% -
XYZ 62.41 83.18 107.37 -
YUV 216.43 149.76 63.5 -
System Red Green Blue C M Y K H S L
Decimal 126 255 255 0.51 0 0 0 180 1 0.75
Hex 7E FF FF 33 0 0 0 B4 64 4B
Octal 176 377 377 63 0 0 0 264 144 113
Binary 1111110 11111111 11111111 110011 0 0 0 10110100 1100100 1001011

Color Harmonies of #7EFFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFFFF

Black with #7EFFFF

Text Example


Text Example

White with #7EFFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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