Html Css Color HEX #7CFCF1 Electric Blue

📋 copy color: '#7CFCF1'

red 124 ◦ green 252 ◦ blue 241

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

Shades of Electric Blue #7CFCF1

Tints of Electric Blue #7CFCF1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.84%

 BLUE value IS 241 (94.53% from 255) = 39.06%

R = 20.1%
G = 40.84%
B = 39.06%

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

#7CFCF1 (or 0x7CFCF1) is known color: Electric Blue. HEX triplet: 7C, FC and F1. RGB value is (124,252,241). Sum of RGB (Red+Green+Blue) = 124+252+241=617 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.10% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFCF1 is #83030E. Grayscale: #D4D4D4. Windows color (decimal): -8585999 or 15858812. OLE color: 15858812.

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

Color convert

RGB 124 252 241 -
CMYK 0.51 0 0.04 0.01
HSL 174.84º 0.96% 0.74% -
HSV(B) 174.84º 0.51% 0.99% -
XYZ 59 80.26 95.6 -
YUV 212.47 144.09 64.89 -
System Red Green Blue C M Y K H S L
Decimal 124 252 241 0.51 0 0.04 0.01 174.84 0.96 0.74
Hex 7C FC F1 33 0 4 1 AF 60 4A
Octal 174 374 361 63 0 4 1 257 140 112
Binary 1111100 11111100 11110001 110011 0 100 1 10101111 1100000 1001010

Color Harmonies of #7CFCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFCF1

Black with #7CFCF1

Text Example


Text Example

White with #7CFCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,252,241); }

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

background-color css

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

 a { background-color: rgb(124,252,241); }

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

border-color css

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

 span { border-color: rgb(124,252,241); }

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