#7CFDF6

Color #7CFDF6 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7CFDF6

Tints of Electric Blue #7CFDF6

Color information

#7CFDF6 (or 0x7CFDF6) is unknown color: approx 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

RGB124253246-
CMYK0.5100.030.01
HSL176.74º96.99%73.92%-
HSV(B)176.74º50.99%99.22%-
XYZ60.0781.1999.69-
YUV213.63146.2664.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 19.90%
GREEN value IS 253 (99.22% from 255) = 40.61%
BLUE value IS 246 (96.48% from 255) = 39.49%
R=19.90%
G=40.61%
B=39.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1242532460.5100.030.01176.7496.9973.92
Hex7CFDF633031b1614a
Octal17437536663031261141112
Binary1111100111111011111011011001101111011000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>