Html Css Color HEX #7CFDF2 Electric Blue

📋 copy color: '#7CFDF2'

red 124 ◦ green 253 ◦ blue 242

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

Shades of Electric Blue #7CFDF2

Tints of Electric Blue #7CFDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.1%

R = 20.03%
G = 40.87%
B = 39.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#7CFDF2 (or 0x7CFDF2) is known color: Electric Blue. HEX triplet: 7C, FD and F2. RGB value is (124,253,242). Sum of RGB (Red+Green+Blue) = 124+253+242=619 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.03% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFDF2 is #83020D. Grayscale: #D5D5D5. Windows color (decimal): -8585742 or 15924604. OLE color: 15924604.

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

Color convert

RGB 124 253 242 -
CMYK 0.51 0 0.04 0.01
HSL 174.88º 0.97% 0.74% -
HSV(B) 174.88º 0.51% 0.99% -
XYZ 59.46 80.95 96.49 -
YUV 213.18 144.26 64.39 -
System Red Green Blue C M Y K H S L
Decimal 124 253 242 0.51 0 0.04 0.01 174.88 0.97 0.74
Hex 7C FD F2 33 0 4 1 AF 61 4A
Octal 174 375 362 63 0 4 1 257 141 112
Binary 1111100 11111101 11110010 110011 0 100 1 10101111 1100001 1001010

Color Harmonies of #7CFDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFDF2

Black with #7CFDF2

Text Example


Text Example

White with #7CFDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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