Html Css Color HEX #7CFFFD Electric Blue

📋 copy color: '#7CFFFD'

red 124 ◦ green 255 ◦ blue 253

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

Shades of Electric Blue #7CFFFD

Tints of Electric Blue #7CFFFD

RGB

 RED value IS 124 (48.83% from 255) = 19.62%

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

 BLUE value IS 253 (99.22% from 255) = 40.03%

R = 19.62%
G = 40.35%
B = 40.03%

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

#7CFFFD (or 0x7CFFFD) is known color: Electric Blue. HEX triplet: 7C, FF and FD. RGB value is (124,255,253). Sum of RGB (Red+Green+Blue) = 124+255+253=632 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.62% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFFFD is #830002. Grayscale: #D7D7D7. Windows color (decimal): -8585219 or 16646012. OLE color: 16646012.

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

Color convert

RGB 124 255 253 -
CMYK 0.51 0 0.01 0
HSL 179.08º 1% 0.74% -
HSV(B) 179.08º 0.51% 1% -
XYZ 61.8 82.9 105.67 -
YUV 215.6 149.1 62.66 -
System Red Green Blue C M Y K H S L
Decimal 124 255 253 0.51 0 0.01 0 179.08 1 0.74
Hex 7C FF FD 33 0 1 0 B3 64 4A
Octal 174 377 375 63 0 1 0 263 144 112
Binary 1111100 11111111 11111101 110011 0 1 0 10110011 1100100 1001010

Color Harmonies of #7CFFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFFFD

Black with #7CFFFD

Text Example


Text Example

White with #7CFFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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