Html Css Color HEX #7EFDFF Electric Blue

📋 copy color: '#7EFDFF'

red 126 ◦ green 253 ◦ blue 255

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

Shades of Electric Blue #7EFDFF

Tints of Electric Blue #7EFDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.91%

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

R = 19.87%
G = 39.91%
B = 40.22%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7EFDFF (or 0x7EFDFF) is known color: Electric Blue. HEX triplet: 7E, FD and FF. RGB value is (126,253,255). Sum of RGB (Red+Green+Blue) = 126+253+255=634 (83% of max value = 765). Red value is 126 (49.61% from 255 or 19.87% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EFDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFDFF is #810200. Grayscale: #D7D7D7. Windows color (decimal): -8454657 or 16776574. OLE color: 16776574.

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

Color convert

RGB 126 253 255 -
CMYK 0.51 0.01 0 0
HSL 180.93º 1% 0.75% -
HSV(B) 180.93º 0.51% 1% -
XYZ 61.78 81.91 107.16 -
YUV 215.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 126 253 255 0.51 0.01 0 0 180.93 1 0.75
Hex 7E FD FF 33 1 0 0 B5 64 4B
Octal 176 375 377 63 1 0 0 265 144 113
Binary 1111110 11111101 11111111 110011 1 0 0 10110101 1100100 1001011

Color Harmonies of #7EFDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFDFF

Black with #7EFDFF

Text Example


Text Example

White with #7EFDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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