Html Css Color HEX #7CFDF6 Electric Blue

📋 copy color: '#7CFDF6'

red 124 ◦ green 253 ◦ blue 246

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

Shades of Electric Blue #7CFDF6

Tints of Electric Blue #7CFDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.49%

R = 19.9%
G = 40.61%
B = 39.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#7CFDF6 (or 0x7CFDF6) is known color: Electric Blue. HEX triplet: 7C, FD and F6. RGB value is (124,253,246). Sum of RGB (Red+Green+Blue) = 124+253+246=623 (82% of max value = 765). Red value is 124 (48.83% from 255 or 19.90% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFDF6 is #830209. Grayscale: #D5D5D5. Windows color (decimal): -8585738 or 16186748. OLE color: 16186748.

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

Color convert

RGB 124 253 246 -
CMYK 0.51 0 0.03 0.01
HSL 176.74º 0.97% 0.74% -
HSV(B) 176.74º 0.51% 0.99% -
XYZ 60.07 81.19 99.69 -
YUV 213.63 146.26 64.07 -
System Red Green Blue C M Y K H S L
Decimal 124 253 246 0.51 0 0.03 0.01 176.74 0.97 0.74
Hex 7C FD F6 33 0 3 1 B1 61 4A
Octal 174 375 366 63 0 3 1 261 141 112
Binary 1111100 11111101 11110110 110011 0 11 1 10110001 1100001 1001010

Color Harmonies of #7CFDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFDF6

Black with #7CFDF6

Text Example


Text Example

White with #7CFDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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