Html Css Color HEX #7EFFFC Electric Blue

📋 copy color: '#7EFFFC'

red 126 ◦ green 255 ◦ blue 252

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

Shades of Electric Blue #7EFFFC

Tints of Electric Blue #7EFFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.81%

R = 19.91%
G = 40.28%
B = 39.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#7EFFFC (or 0x7EFFFC) is known color: Electric Blue. HEX triplet: 7E, FF and FC. RGB value is (126,255,252). Sum of RGB (Red+Green+Blue) = 126+255+252=633 (83% of max value = 765). Red value is 126 (49.61% from 255 or 19.91% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFFFC is #810003. Grayscale: #D7D7D7. Windows color (decimal): -8454148 or 16580478. OLE color: 16580478.

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

Color convert

RGB 126 255 252 -
CMYK 0.51 0 0.01 0
HSL 178.6º 1% 0.75% -
HSV(B) 178.6º 0.51% 1% -
XYZ 61.93 82.98 104.85 -
YUV 216.09 148.26 63.74 -
System Red Green Blue C M Y K H S L
Decimal 126 255 252 0.51 0 0.01 0 178.6 1 0.75
Hex 7E FF FC 33 0 1 0 B3 64 4B
Octal 176 377 374 63 0 1 0 263 144 113
Binary 1111110 11111111 11111100 110011 0 1 0 10110011 1100100 1001011

Color Harmonies of #7EFFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFFFC

Black with #7EFFFC

Text Example


Text Example

White with #7EFFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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